X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fdiff%2FTableDiffFormatter.php;h=4737f08546b05c55acc606160c50e19dccb65d61;hb=415b31766677e190c13322742b4e42da1157538c;hp=83e04a5484d681f81e5e0adcde1895f69924b5cd;hpb=04af4fb8e7fcacd0e8556afffa6e5c4e3b3c6792;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/diff/TableDiffFormatter.php b/includes/diff/TableDiffFormatter.php index 83e04a5484..4737f08546 100644 --- a/includes/diff/TableDiffFormatter.php +++ b/includes/diff/TableDiffFormatter.php @@ -62,8 +62,14 @@ class TableDiffFormatter extends DiffFormatter { protected function blockHeader( $xbeg, $xlen, $ybeg, $ylen ) { // '' get replaced by a localised line number // in DifferenceEngine::localiseLineNumbers - $r = '\n" . - '\n"; + $r = '\n" . + '\n"; return $r; }