From: Rob Church Date: Mon, 3 Apr 2006 01:49:05 +0000 (+0000) Subject: *Really* fix bug 5150 X-Git-Tag: 1.6.0~57 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/rappels.php?a=commitdiff_plain;h=40129f46840e2e04e1af26b85016bad8cbfc39c5;p=lhc%2Fweb%2Fwiklou.git *Really* fix bug 5150 --- 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;