Index: trunk/extensions/FlaggedRevs/FlaggedRevsXML.php |
— | — | @@ -232,7 +232,7 @@ |
233 | 233 | } |
234 | 234 | # Make fancy box... |
235 | 235 | $box = "<table style='background: none; border-spacing: 0px;'>"; |
236 | | - $box .= "<tr style='white-space:nowrap;'><td>$shtml </td>"; |
| 236 | + $box .= "<tr style='white-space:nowrap;'><td>$shtml</td>"; |
237 | 237 | $box .= "<td style='text-align:right;'>" . self::ratingToggle() . "</td></tr>\n"; |
238 | 238 | $box .= "<tr><td id='mw-fr-revisionratings'>$html<br />"; |
239 | 239 | # Add any rating tags as needed... |