зеркало из https://github.com/microsoft/git.git
gitweb: fix mismatched parenthesis
An earlier commit 04179418
broke gitweb. Badly.
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Родитель
d46ae3f09a
Коммит
c8f80d4dc8
|
@ -1963,7 +1963,7 @@ sub git_print_page_path {
|
|||
|
||||
print "<div class=\"page_path\">";
|
||||
print $cgi->a({-href => href(action=>"tree", hash_base=>$hb),
|
||||
-title => 'tree root'}, to_utf8("[$project]");
|
||||
-title => 'tree root'}, to_utf8("[$project]"));
|
||||
print " / ";
|
||||
if (defined $name) {
|
||||
my @dirname = split '/', $name;
|
||||
|
|
Загрузка…
Ссылка в новой задаче