提交 b77aeb24 编写于 作者: J Junio C Hamano

gitweb: an obvious cut and paste error.

Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 7a13b999
......@@ -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")}, "..."));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册