r91923 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91922‎ | r91923 | r91924 >
Date:23:23, 11 July 2011
Author:nad
Status:deferred
Tags:
Comment:
oops, the space belongs before the </td> not the </tr>
Modified paths:
  • /trunk/extensions/RecordAdmin/RecordAdmin_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/RecordAdmin/RecordAdmin_body.php
@@ -455,12 +455,12 @@
456456 if( !isset( $row[$col] ) ) {
457457 $v = isset( $r[$col] ) ? array_shift( $pcols ) : '&#160;';
458458 $class = 'col' . preg_replace( "|\W|", "-", $col );
459 - $row[$col] = "<td class='$class'>$v</td>";
 459+ $row[$col] = "<td class='$class'>$v </td>";
460460 }
461461 $table .= "$row[$col]\n";
462462 }
463463 }
464 - $table .= " </tr>\n";
 464+ $table .= "</tr>\n";
465465 }
466466 }
467467 $table .= "</table>\n";

Status & tagging log