clear:both
authorGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 19 May 2004 20:46:54 +0000 (20:46 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 19 May 2004 20:46:54 +0000 (20:46 +0000)
includes/Skin.php

index 4f45e4f..ef59e51 100644 (file)
@@ -402,7 +402,7 @@ class Skin {
                wfProfileIn( $fname );
                wfProfileIn( "$fname-1" );
 
-               $s = "\n</div><br clear='all' />\n";
+               $s = "\n</div><br style=\"clear:both\" />\n";
                $s .= "\n<div id='footer'>";
                $s .= "<table border='0' cellspacing='0'><tr>";