r56268 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56267‎ | r56268 | r56269 >
Date:15:51, 13 September 2009
Author:aaron
Status:ok
Tags:
Comment:
HTML5 fixes
Modified paths:
  • /trunk/extensions/FlaggedRevs/FlaggedRevsXML.php (modified) (history)

Diff [purge]

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

Follow-up revisions

RevisionCommit summaryAuthorDate
r56270Tweak r56268: added border-spacingaaron16:27, 13 September 2009

Status & tagging log