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