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

Commit

Permalink
Browse files Browse the repository at this point in the history
Avoid generating a empty td in the header.
  • Loading branch information
coke committed Jul 26, 2011
1 parent dc890f2 commit 258dac9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion process.pl
Expand Up @@ -79,7 +79,8 @@ sub write_html {
link => $abbr_link{$_},
};
}
shift @compilers;
shift @compilers; shift @compilers;

$t->param(compilers => \@compilers);
$t->param(columns => 1 + @compilers);

Expand Down

0 comments on commit 258dac9

Please sign in to comment.