Fix WebInstaller style
authorFlorianschmidtwelzow <florian.schmidt.welzow@t-online.de>
Fri, 29 Aug 2014 20:40:47 +0000 (22:40 +0200)
committerFlorianschmidtwelzow <florian.schmidt.welzow@t-online.de>
Fri, 29 Aug 2014 21:13:32 +0000 (23:13 +0200)
The WebInstaller don't use classes, so it broke after Vector skin changed
to use classes instead of ID's

See: Iae873906abcd8b2a986e5f728f0ce207256de770

Bug: 70190
Change-Id: Ia70498a0ee7c99d000790223c44feddce73a5416

includes/installer/WebInstallerOutput.php

index f797ef9..ccaf523 100644 (file)
@@ -271,8 +271,8 @@ class WebInstallerOutput {
 <?php echo Html::openElement( 'body', array( 'class' => $this->getDir() ) ) . "\n"; ?>
 <div id="mw-page-base"></div>
 <div id="mw-head-base"></div>
-<div id="content">
-<div id="bodyContent">
+<div id="content" class="mw-body">
+<div id="bodyContent" class="mw-body-content">
 
 <h1><?php $this->outputTitle(); ?></h1>
 <?php