Vector has 'body' as portlet class (Follow-up r76880), Monobook had 'pBody', also...
authorKrinkle <krinkle@users.mediawiki.org>
Sat, 20 Nov 2010 20:09:05 +0000 (20:09 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Sat, 20 Nov 2010 20:09:05 +0000 (20:09 +0000)
* #mw-panel > div.portlet > div.body is the CSS rule, didn't work before causing the rule to hide list bullets to be ignored
* 'Unmatched </div> encountered.  Ignoring tag.'-error solved

includes/installer/WebInstallerOutput.php

index 9563ae8..fea525d 100644 (file)
@@ -211,15 +211,13 @@ class WebInstallerOutput {
            title="Main Page"></a>
        </div>
        <script type="text/javascript"> if (window.isMSIE55) fixalpha(); </script>
-       <div class='portlet'><div class='pBody'>
+       <div class="portlet"><div class="body">
 <?php
        echo $this->parent->parse( wfMsgNoTrans( 'config-sidebar' ), true );
 ?>
        </div></div>
 </div>
 
-</div>
-
 </body>
 </html>
 <?php