r75658 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75657‎ | r75658 | r75659 >
Date:18:28, 29 October 2010
Author:hartman
Status:ok
Tags:
Comment:
Add a nbsp to each empty "diff-marker".

Fixes Bug 25697
Prevent collapsed table row if both pre and post lines in the diff are totally empty.
Modified paths:
  • /trunk/phase3/includes/diff/DifferenceEngine.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/diff/DifferenceEngine.php
@@ -1177,7 +1177,7 @@
11781178
11791179 # HTML-escape parameter before calling this
11801180 function contextLine( $line ) {
1181 - return $this->wrapLine( ' ', 'diff-context', $line );
 1181+ return $this->wrapLine( ' ', 'diff-context', $line );
11821182 }
11831183
11841184 private function wrapLine( $marker, $class, $line ) {

Follow-up revisions

RevisionCommit summaryAuthorDate
r75660Add updated release notes for r75658hartman18:42, 29 October 2010

Status & tagging log