From e037d700261539c98fb3a29f26edbea32a4ce612 Mon Sep 17 00:00:00 2001 From: Arne Heizmann Date: Mon, 30 Aug 2004 23:23:10 +0000 Subject: [PATCH] comment was incomplete --- includes/DifferenceEngine.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.20.1