r80196 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80195‎ | r80196 | r80197 >
Date:22:09, 13 January 2011
Author:mah
Status:ok
Tags:
Comment:
Follow up r75662 and r67090 — use UTF-8 minus instead of HTML entity
Modified paths:
  • /trunk/phase3/includes/diff/WikiDiff.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/diff/WikiDiff.php
@@ -1173,7 +1173,7 @@
11741174
11751175 # HTML-escape parameter before calling this
11761176 function deletedLine( $line ) {
1177 - return $this->wrapLine( '−', 'diff-deletedline', $line );
 1177+ return $this->wrapLine( '−', 'diff-deletedline', $line );
11781178 }
11791179
11801180 # HTML-escape parameter before calling this

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r67090Remove most named character references from output...simetrical17:33, 30 May 2010
r75662Switch the hyphen in diff output to actually minus signs.hartman18:52, 29 October 2010

Status & tagging log