Fix for r76088: if you want the Vector stylesheets you have to use the Vector documen...
authorTim Starling <tstarling@users.mediawiki.org>
Wed, 17 Nov 2010 11:43:57 +0000 (11:43 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Wed, 17 Nov 2010 11:43:57 +0000 (11:43 +0000)
includes/installer/WebInstallerOutput.php

index 3421d5b..9563ae8 100644 (file)
@@ -183,8 +183,8 @@ class WebInstallerOutput {
 </head>
 
 <?php echo Html::openElement( 'body', array( 'class' => $this->getDir() ) ) . "\n"; ?>
-<div id="mw-page-base">
-<div id="mw-head-base">
+<div id="mw-page-base"></div>
+<div id="mw-head-base"></div>
 <div id="content">
 <div id="bodyContent">
 
@@ -201,10 +201,10 @@ class WebInstallerOutput {
                }
 ?>
 
-</div></div></div>
+</div></div>
 
 
-<div id="column-one">
+<div id="mw-panel">
        <div class="portlet" id="p-logo">
          <a style="background-image: url(../skins/common/images/mediawiki.png);"
            href="http://www.mediawiki.org/"