From: Arne Heizmann Date: Mon, 30 Aug 2004 23:23:10 +0000 (+0000) Subject: comment was incomplete X-Git-Tag: 1.5.0alpha1~2194 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=e037d700261539c98fb3a29f26edbea32a4ce612;p=lhc%2Fweb%2Fwiklou.git comment was incomplete --- diff --git a/includes/DifferenceEngine.php b/includes/DifferenceEngine.php index 38a5a8e69f..34aead7693 100644 --- a/includes/DifferenceEngine.php +++ b/includes/DifferenceEngine.php @@ -1325,7 +1325,7 @@ class TableDiffFormatter extends DiffFormatter $add = $diff->closing(); # Notice that WordLevelDiff returns HTML-escaped output. - # Hence, we will be calling addedLine without HTML-escaping. + # Hence, we will be calling addedLine/deletedLine without HTML-escaping. while ( $line = array_shift( $del ) ) { $aline = array_shift( $add );