From: Mark A. Hershberger Date: Thu, 13 Jan 2011 22:09:34 +0000 (+0000) Subject: Follow up r75662 and r67090 — use UTF-8 minus instead of HTML entity X-Git-Tag: 1.31.0-rc.0~32567 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=44f4c5402754766a1d016582bc5a5f940707e5bd;p=lhc%2Fweb%2Fwiklou.git Follow up r75662 and r67090 — use UTF-8 minus instead of HTML entity --- diff --git a/includes/diff/WikiDiff.php b/includes/diff/WikiDiff.php index 84f02c76be..f9bc67e2f9 100644 --- a/includes/diff/WikiDiff.php +++ b/includes/diff/WikiDiff.php @@ -1173,7 +1173,7 @@ class TableDiffFormatter extends DiffFormatter { # HTML-escape parameter before calling this function deletedLine( $line ) { - return $this->wrapLine( '−', 'diff-deletedline', $line ); + return $this->wrapLine( '−', 'diff-deletedline', $line ); } # HTML-escape parameter before calling this