r36407 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r36406‎ | r36407 | r36408 >
Date:07:14, 18 June 2008
Author:aaron
Status:old
Tags:
Comment:
Remove newline
Modified paths:
  • /trunk/extensions/FlaggedRevs/FlaggedRevsXML.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/FlaggedRevsXML.php
@@ -164,7 +164,7 @@
165165 }
166166 # Make fancy box...
167167 $box = "<table border='0' cellspacing='0' style='background: none;'>\n";
168 - $box .= "<tr><td style='white-space:nowrap;'>$shtml</td><td>&nbsp;</td><td align='right'>\n";
 168+ $box .= "<tr><td style='white-space:nowrap;'>$shtml</td><td>&nbsp;</td><td align='right'>";
169169 $box .= "<a id='mw-revisiontoggle' class='flaggedrevs_toggle' style='display:none;'
170170 onclick='toggleRevRatings()' title='" . wfMsgHtml('revreview-toggle-title') . "'>" .
171171 wfMsgHtml( 'revreview-toggle' ) . "</a></td></tr>\n";

Status & tagging log