Index: trunk/extensions/FlaggedRevs/FlaggedRevsXML.php |
— | — | @@ -217,9 +217,9 @@ |
218 | 218 | $html = wfMsgExt($msg, array('parseinline'), $frev->getRevId(), $time, $revsSince ); |
219 | 219 | } |
220 | 220 | # Make fancy box... |
221 | | - $box = "<table border='0' cellspacing='0' style='background: none;'>"; |
| 221 | + $box = "<table style='background: none;'>"; |
222 | 222 | $box .= "<tr style='white-space:nowrap;'><td>$shtml </td>"; |
223 | | - $box .= "<td align='right'>" . self::ratingToggle() . "</td></tr>\n"; |
| 223 | + $box .= "<td style='text-align:right;'>" . self::ratingToggle() . "</td></tr>\n"; |
224 | 224 | $box .= "<tr><td id='mw-revisionratings'>$html<br/>"; |
225 | 225 | # Add ratings if there are any... |
226 | 226 | if( $stable && !empty($flags) ) { |