From: Junio C Hamano Date: Tue, 1 Aug 2006 02:12:18 +0000 (-0700) Subject: gitweb: an obvious cut and paste error. X-Git-Tag: v1.4.3-rc1~274^2~30 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b77aeb249a0ebdb8daa85ba58bbecde537f84025;p=git.git gitweb: an obvious cut and paste error. Signed-off-by: Junio C Hamano --- diff --git a/gitweb/gitweb.cgi b/gitweb/gitweb.cgi index 9569af09b..902b96a91 100755 --- a/gitweb/gitweb.cgi +++ b/gitweb/gitweb.cgi @@ -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")}, "...")); }