From: Ricordisamoa Date: Thu, 19 Mar 2015 08:56:19 +0000 (+0100) Subject: Use more specific and less ambiguous ids for line numbers in diffs X-Git-Tag: 1.31.0-rc.0~11532 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dcompta/operations/supprimer.php?a=commitdiff_plain;h=f14acb1374d593ba188a665cd87cfbc2ff3b4faf;p=lhc%2Fweb%2Fwiklou.git Use more specific and less ambiguous ids for line numbers in diffs Per Krinkle's comment on I068c7f6167e20f42cb675335554b98ff1fb83e16 Bug: T63486 Change-Id: I6b334e838b5beaf14ae066c61ddc50d7a4958b97 --- diff --git a/includes/diff/TableDiffFormatter.php b/includes/diff/TableDiffFormatter.php index 5d0183ffc4..83e04a5484 100644 --- a/includes/diff/TableDiffFormatter.php +++ b/includes/diff/TableDiffFormatter.php @@ -62,7 +62,7 @@ class TableDiffFormatter extends DiffFormatter { protected function blockHeader( $xbeg, $xlen, $ybeg, $ylen ) { // '' get replaced by a localised line number // in DifferenceEngine::localiseLineNumbers - $r = '\n" . + $r = '\n" . '\n"; return $r;