http://www.mediawiki.org/wiki/Special:Code/MediaWiki/56268

Revision: 56268
Author:   aaron
Date:     2009-09-13 15:51:17 +0000 (Sun, 13 Sep 2009)

Log Message:
-----------
HTML5 fixes

Modified Paths:
--------------
    trunk/extensions/FlaggedRevs/FlaggedRevsXML.php

Modified: trunk/extensions/FlaggedRevs/FlaggedRevsXML.php
===================================================================
--- trunk/extensions/FlaggedRevs/FlaggedRevsXML.php     2009-09-13 15:28:35 UTC 
(rev 56267)
+++ trunk/extensions/FlaggedRevs/FlaggedRevsXML.php     2009-09-13 15:51:17 UTC 
(rev 56268)
@@ -217,9 +217,9 @@
                        $html = wfMsgExt($msg, array('parseinline'), 
$frev->getRevId(), $time, $revsSince );
                }
                # Make fancy box...
-               $box = "<table border='0' cellspacing='0' style='background: 
none;'>";
+               $box = "<table style='background: none;'>";
                $box .= "<tr 
style='white-space:nowrap;'><td>$shtml&nbsp;&nbsp;</td>";
-               $box .= "<td align='right'>" . self::ratingToggle() . 
"</td></tr>\n";
+               $box .= "<td style='text-align:right;'>" . self::ratingToggle() 
. "</td></tr>\n";
                $box .= "<tr><td id='mw-revisionratings'>$html<br/>";
                # Add ratings if there are any...
                if( $stable && !empty($flags) ) {



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to