gitweb: fix mismatched parenthesis
authorJunio C Hamano <junkio@cox.net>
Tue, 6 Feb 2007 09:09:32 +0000 (01:09 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 6 Feb 2007 09:09:32 +0000 (01:09 -0800)
An earlier commit 04179418 broke gitweb.  Badly.

Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.perl

index d3741100701660f1228f4f1e318f05518ef3f4a4..653ca3cc60ef161f06bd3a6652eba7ad3453cc2e 100755 (executable)
@@ -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;