]> Lady’s Gitweb - Gitweb/commitdiff
gitweb: fix mismatched parenthesis
authorJunio C Hamano <redacted>
Tue, 6 Feb 2007 09:09:32 +0000 (01:09 -0800)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:11 +0000 (00:07 -0400)
An earlier commit 04179418 broke gitweb.  Badly.

Signed-off-by: Junio C Hamano <redacted>
gitweb.perl

index e473e8ec81d9a80787aef86c31f957eb8a4832546081759a8eb78c7bc332f162..1d15eeedb2a6f37afd7893e06b502f33d67cecb1edf5b4c45c6667cd17cd4994 100755 (executable)
@@ -1964,7 +1964,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;
This page took 0.30204 seconds and 4 git commands to generate.