summaryrefslogtreecommitdiff
path: root/gitweb
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-08-01 02:12:18 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-08-01 02:22:04 (GMT)
commitb77aeb249a0ebdb8daa85ba58bbecde537f84025 (patch)
tree347da1821b150d30ae13ebe8cda99c71a9dd33fa /gitweb
parent7a13b999a5aa6de236c7b16139c765eb9e5cb3c4 (diff)
downloadgit-b77aeb249a0ebdb8daa85ba58bbecde537f84025.zip
git-b77aeb249a0ebdb8daa85ba58bbecde537f84025.tar.gz
git-b77aeb249a0ebdb8daa85ba58bbecde537f84025.tar.bz2
gitweb: an obvious cut and paste error.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'gitweb')
-rwxr-xr-xgitweb/gitweb.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitweb/gitweb.cgi b/gitweb/gitweb.cgi
index 9569af0..902b96a 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")}, "..."));
}