diff options
author | Junio C Hamano <junkio@cox.net> | 2006-07-31 19:12:18 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-07-31 19:22:04 -0700 |
commit | b77aeb249a0ebdb8daa85ba58bbecde537f84025 (patch) | |
tree | 347da1821b150d30ae13ebe8cda99c71a9dd33fa | |
parent | gitweb: There can be more than two levels of subdirectories (diff) | |
download | tgif-b77aeb249a0ebdb8daa85ba58bbecde537f84025.tar.xz |
gitweb: an obvious cut and paste error.
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rwxr-xr-x | gitweb/gitweb.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitweb/gitweb.cgi b/gitweb/gitweb.cgi index 9569af09b5..902b96a914 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")}, "...")); } |