From d786c5b539b15ed80136f58943ec59e58dc30c59 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Thu, 8 Apr 2004 13:31:35 +0000 Subject: [PATCH] don't tab to toolbar --- includes/Skin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]; -- 2.20.1