Index: trunk/extensions/FlaggedRevs/FlaggedRevsXML.php |
— | — | @@ -164,7 +164,7 @@ |
165 | 165 | } |
166 | 166 | # Make fancy box... |
167 | 167 | $box = "<table border='0' cellspacing='0' style='background: none;'>\n"; |
168 | | - $box .= "<tr><td style='white-space:nowrap;'>$shtml</td><td> </td><td align='right'>\n"; |
| 168 | + $box .= "<tr><td style='white-space:nowrap;'>$shtml</td><td> </td><td align='right'>"; |
169 | 169 | $box .= "<a id='mw-revisiontoggle' class='flaggedrevs_toggle' style='display:none;' |
170 | 170 | onclick='toggleRevRatings()' title='" . wfMsgHtml('revreview-toggle-title') . "'>" . |
171 | 171 | wfMsgHtml( 'revreview-toggle' ) . "</a></td></tr>\n"; |