gitweb: an obvious cut and paste error.
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
7a13b999a5
commit
b77aeb249a
@ -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…
Reference in New Issue
Block a user