Installer: Make short header and normal header of WebInstaller equivalent
authorFomafix <fomafix@googlemail.com>
Fri, 14 Jun 2019 09:07:33 +0000 (11:07 +0200)
committerKrinkle <krinklemail@gmail.com>
Mon, 17 Jun 2019 19:21:38 +0000 (19:21 +0000)
Change-Id: I8ae0cca582c2dab87a4b3b050030f6c96897939e

includes/installer/WebInstallerOutput.php

index 45784e4..914a69e 100644 (file)
@@ -323,13 +323,14 @@ class WebInstallerOutput {
        public function outputShortHeader() {
 ?>
 <?php echo Html::htmlHeader( $this->getHeadAttribs() ); ?>
+
 <head>
-       <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
        <meta name="robots" content="noindex, nofollow" />
+       <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
        <title><?php $this->outputTitle(); ?></title>
        <?php echo $this->getCssUrl() . "\n"; ?>
-       <?php echo $this->getJQuery(); ?>
-       <?php echo Html::linkedScript( 'config.js' ); ?>
+       <?php echo $this->getJQuery() . "\n"; ?>
+       <?php echo Html::linkedScript( 'config.js' ) . "\n"; ?>
 </head>
 
 <body style="background-image: none">