Skip to content

Commit

Permalink
add missing decrement
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Dec 27, 2023
1 parent 37c792a commit ea07530
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Maintenance/test_handling/create_testresult_page
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,7 @@ EOF
print OUTPUT ">$pf_short</a>";
my $index = 13;
while ($index) {
$index--;
print OUTPUT "<td>?</td>\n";
}
}
Expand Down

0 comments on commit ea07530

Please sign in to comment.