Skip to content
This repository was archived by the owner on Nov 16, 2020. It is now read-only.

Commit 258dac9

Browse files
committed
Avoid generating a empty td in the header.
1 parent dc890f2 commit 258dac9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

process.pl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ sub write_html {
7979
link => $abbr_link{$_},
8080
};
8181
}
82-
shift @compilers;
82+
shift @compilers; shift @compilers;
83+
8384
$t->param(compilers => \@compilers);
8485
$t->param(columns => 1 + @compilers);
8586

0 commit comments

Comments
 (0)