X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Finstaller%2FWebInstallerOutput.php;h=22fb1df2f3bb4811721a31f694f04cd382cf0f44;hb=78f103fdeca8631787680eb0dd17b4af8fdec7c4;hp=3094d5571bb372e5d9d0712cac68f43fbdb1d067;hpb=e0da67225e47edb7c18c08469f6c49b82493c04b;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/WebInstallerOutput.php b/includes/installer/WebInstallerOutput.php index 3094d5571b..22fb1df2f3 100644 --- a/includes/installer/WebInstallerOutput.php +++ b/includes/installer/WebInstallerOutput.php @@ -227,7 +227,7 @@ class WebInstallerOutput { public function getHeadAttribs() { return array( 'dir' => $this->getDir(), - 'lang' => $this->getLanguageCode(), + 'lang' => wfBCP47( $this->getLanguageCode() ), ); }