X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2FHtml.php;h=c61dca8a08f1dec7a2d21fb653407eaadce6741a;hb=10973705e0429fc6d909c4995f55179381c906b7;hp=62ae0b85913b249da929d4957e4a1fd5fd33037e;hpb=59ebff658ce912c1b0e7ef8d8f9bfec5a4e17b39;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Html.php b/includes/Html.php index 62ae0b8591..c61dca8a08 100644 --- a/includes/Html.php +++ b/includes/Html.php @@ -857,7 +857,7 @@ class Html { } elseif ( is_int( $nsId ) ) { $nsName = $wgContLang->convertNamespace( $nsId ); } - $optionsOut[ $nsId ] = $nsName; + $optionsOut[$nsId] = $nsName; } return $optionsOut;