comment was incomplete
authorArne Heizmann <timwi@users.mediawiki.org>
Mon, 30 Aug 2004 23:23:10 +0000 (23:23 +0000)
committerArne Heizmann <timwi@users.mediawiki.org>
Mon, 30 Aug 2004 23:23:10 +0000 (23:23 +0000)
includes/DifferenceEngine.php

index 38a5a8e..34aead7 100644 (file)
@@ -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 );