From 40129f46840e2e04e1af26b85016bad8cbfc39c5 Mon Sep 17 00:00:00 2001 From: Rob Church Date: Mon, 3 Apr 2006 01:49:05 +0000 Subject: [PATCH] *Really* fix bug 5150 --- includes/XmlFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/XmlFunctions.php b/includes/XmlFunctions.php index 78648031f8..efb37490d9 100644 --- a/includes/XmlFunctions.php +++ b/includes/XmlFunctions.php @@ -73,7 +73,7 @@ function &HTMLnamespaceselector($selected = '', $allnamespaces = null, $includeh $selected = intval( $selected ); } } - $s = "\n\t"; $arr = $wgContLang->getFormattedNamespaces(); if( !is_null($allnamespaces) ) { $arr = array($allnamespaces => wfMsgHtml('namespacesall')) + $arr; -- 2.20.1