Browse Source

gitweb: fix mismatched parenthesis

An earlier commit 04179418 broke gitweb.  Badly.

Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Junio C Hamano 18 years ago
parent
commit
c8f80d4dc8
  1. 2
      gitweb/gitweb.perl

2
gitweb/gitweb.perl

@ -1963,7 +1963,7 @@ sub git_print_page_path { @@ -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;

Loading…
Cancel
Save