Merge "registration: Only allow one extension to set a specific config setting"
[lhc/web/wiklou.git] / includes / installer / WebInstallerOutput.php
index f8dc8ee..6a55d69 100644 (file)
@@ -233,7 +233,7 @@ class WebInstallerOutput {
        public function getHeadAttribs() {
                return [
                        'dir' => $this->getDir(),
-                       'lang' => wfBCP47( $this->getLanguageCode() ),
+                       'lang' => LanguageCode::bcp47( $this->getLanguageCode() ),
                ];
        }
 
@@ -267,6 +267,7 @@ class WebInstallerOutput {
                }
 ?>
 <?php echo Html::htmlHeader( $this->getHeadAttribs() ); ?>
+
 <head>
        <meta name="robots" content="noindex, nofollow" />
        <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
@@ -298,9 +299,9 @@ class WebInstallerOutput {
 
 <div id="mw-panel">
        <div class="portal" id="p-logo">
-         <a style="background-image: url(images/installer-logo.png);"
-               href="https://www.mediawiki.org/"
-               title="Main Page"></a>
+               <a style="background-image: url(images/installer-logo.png);"
+                       href="https://www.mediawiki.org/"
+                       title="Main Page"></a>
        </div>
 <?php
        $message = wfMessage( 'config-sidebar' )->plain();