There was an error while loading. Please reload this page.
1 parent 88dcdc6 commit 929d378Copy full SHA for 929d378
1 file changed
docs/vulntable.pl
@@ -32,7 +32,7 @@ sub head {
32
}
33
$id =~ s/ //;
34
my $num = $#vuln - $v + 2;
35
- my $a=sprintf("<a style=\"color: white; text-decoration: none;\" href=\"$id\">%02</a>", $num);
+ my $a=sprintf("<a style=\"color: white; text-decoration: none;\" href=\"$id\">%02d</a>", $num);
36
$vhref[$v-1]=$a;
37
$vstart[$v-1]=$start;
38
$vstop[$v-1]=$stop;
0 commit comments