add missing decrement

This commit is contained in:
Sébastien Loriot 2023-12-27 12:01:55 +01:00
parent 37c792a764
commit ea07530d1d
1 changed files with 1 additions and 0 deletions

View File

@ -545,6 +545,7 @@ EOF
print OUTPUT ">$pf_short</a>";
my $index = 13;
while ($index) {
$index--;
print OUTPUT "<td>?</td>\n";
}
}