* Added clear: both; to the style
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 7 Mar 2007 13:21:08 +0000 (13:21 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 7 Mar 2007 13:21:08 +0000 (13:21 +0000)
maintenance/language/transstat.php

index 5224097..36a7800 100644 (file)
@@ -66,7 +66,7 @@ class wikiStatsOutput extends statsOutput {
                echo "'''Statistics are based on:''' <code>" . $version . "</code>\n\n";
                echo "'''Note:''' These statistics can be generated by running <code>php maintenance/language/transstat.php</code>.\n\n";
                echo "For additional information on specific languages (the message names, the actual problems, etc.), run <code>php maintenance/language/checkLanguage.php --lang=foo</code>.\n\n";
-               echo '{| class="sortable wikitable" border="2" cellpadding="4" cellspacing="0" style="background-color: #F9F9F9; border: 1px #AAAAAA solid; border-collapse: collapse;" width="100%"'."\n";
+               echo '{| class="sortable wikitable" border="2" cellpadding="4" cellspacing="0" style="background-color: #F9F9F9; border: 1px #AAAAAA solid; border-collapse: collapse; clear:both;" width="100%"'."\n";
        }
        function footer() {
                echo "|}\n";