aboutsummaryrefslogtreecommitdiff
path: root/HTMLColDiff.pl
diff options
context:
space:
mode:
authorMatthijs Kooijman <matthijs@stdin.nl>2008-05-22 12:22:32 +0000
committerMatthijs Kooijman <matthijs@stdin.nl>2008-05-22 12:22:32 +0000
commit0aa28d95cf7b5e4cbe08d44e972e5e99883d75f3 (patch)
treee927a14b3da9167f63dcbc8022eeaaf9a3ed707c /HTMLColDiff.pl
parenta63bfc5bd1892512ed53915e5db8dc4072dd1c4d (diff)
Fix row colouring.
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@51428 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'HTMLColDiff.pl')
-rwxr-xr-xHTMLColDiff.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/HTMLColDiff.pl b/HTMLColDiff.pl
index 937e4b0e..abfe26ba 100755
--- a/HTMLColDiff.pl
+++ b/HTMLColDiff.pl
@@ -189,7 +189,7 @@ foreach my $Line (@File2) {
# changes or highlights if those options are enabled.
if ($LineNo == -1 || (!$excludeNoHighlight || $highlightCells) && (!$excludeNoShow || $showCells)) {
print $row;
+ $LineNo++;
}
- $LineNo++;
}
print "</table>\n";