X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FHtml.php;h=c61dca8a08f1dec7a2d21fb653407eaadce6741a;hb=895af6d03965c4c61498527fcd161eac07e8b269;hp=62ae0b85913b249da929d4957e4a1fd5fd33037e;hpb=012248fc5a7d6d0257df1a0feadbda5ae4a477e2;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;