From 360f741d390bedc0e63c49b93d4d845e91863355 Mon Sep 17 00:00:00 2001 From: Fomafix Date: Fri, 14 Jun 2019 11:07:33 +0200 Subject: [PATCH] Installer: Make short header and normal header of WebInstaller equivalent Change-Id: I8ae0cca582c2dab87a4b3b050030f6c96897939e --- includes/installer/WebInstallerOutput.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/includes/installer/WebInstallerOutput.php b/includes/installer/WebInstallerOutput.php index 45784e4d59..914a69e930 100644 --- a/includes/installer/WebInstallerOutput.php +++ b/includes/installer/WebInstallerOutput.php @@ -323,13 +323,14 @@ class WebInstallerOutput { public function outputShortHeader() { ?> getHeadAttribs() ); ?> + - + <?php $this->outputTitle(); ?> getCssUrl() . "\n"; ?> - getJQuery(); ?> - + getJQuery() . "\n"; ?> + -- 2.20.1