This commit is contained in:
Kay Sievers 2005-11-24 17:15:30 +01:00
parent 232ff5536c
commit 3957fa1779

View File

@ -1426,7 +1426,6 @@ sub git_tree {
my $t_mode = $1; my $t_mode = $1;
my $t_type = $2; my $t_type = $2;
my $t_hash = $3; my $t_hash = $3;
my $t_name = $4;
my $t_name = validate_input($4); my $t_name = validate_input($4);
if ($alternate) { if ($alternate) {
print "<tr class=\"dark\">\n"; print "<tr class=\"dark\">\n";