From: Gabriel Wicke Date: Thu, 8 Apr 2004 13:31:35 +0000 (+0000) Subject: don't tab to toolbar X-Git-Tag: 1.3.0beta1~555 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=d786c5b539b15ed80136f58943ec59e58dc30c59;p=lhc%2Fweb%2Fwiklou.git don't tab to toolbar --- diff --git a/includes/Skin.php b/includes/Skin.php index 00d63f03f1..9c59dd735a 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -2471,7 +2471,7 @@ class Skin { $toolbar .= "\");\n"; + $toolbar.="document.writeln(\"
\");\n"; foreach($toolarray as $tool) { $image=$wgUploadPath."/".$tool["image"];