r98991 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98990‎ | r98991 | r98992 >
Date:10:38, 5 October 2011
Author:petrb
Status:deferred
Tags:
Comment:
fixed (follow 98986)
Modified paths:
  • /branches/petrb/phase3/includes/diff/DifferenceEngine.php (modified) (history)

Diff [purge]

Index: branches/petrb/phase3/includes/diff/DifferenceEngine.php
@@ -963,7 +963,7 @@
964964 $header .= "<tr><td colspan='{$multiColspan}' align='center'>{$notice}</td></tr>";
965965 }
966966
967 - return $header . $diff . "</table>i<!-- /diff -->";
 967+ return $header . $diff . "</table><!-- /diff -->";
968968 }
969969
970970 /**

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r98986included invisible tags over diffs so that diff can be parsed easier using so...petrb08:49, 5 October 2011

Status & tagging log