Browse Source

gitweb: an obvious cut and paste error.

Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Junio C Hamano 19 years ago
parent
commit
b77aeb249a
  1. 2
      gitweb/gitweb.cgi

2
gitweb/gitweb.cgi

@ -1433,7 +1433,7 @@ sub git_summary { @@ -1433,7 +1433,7 @@ sub git_summary {
my $headlist = git_read_refs("refs/heads");
if (defined @$headlist) {
git_header_div('heads');
git_heads_body($taglist, $head, 0, 15,
git_heads_body($headlist, $head, 0, 15,
$cgi->a({-href => "$my_uri?" . esc_param("p=$project;a=heads")}, "..."));
}


Loading…
Cancel
Save