]> Lady’s Gitweb - Gitweb/commitdiff
fix typo in link parameter of git_commit
authorKay Sievers <redacted>
Tue, 6 Sep 2005 21:26:10 +0000 (23:26 +0200)
committerKay Sievers <redacted>
Tue, 6 Sep 2005 21:26:10 +0000 (23:26 +0200)
Signed-off-by: Kay Sievers <redacted>
gitweb.cgi

index 11a30eb60977d590299a0862d982ddce81739309111e0eccc49bbfdbaf9b6e85..d204954134f058c4488964de171ee2695ae5ad118d421b5fe7ef283fbfb2802b 100755 (executable)
@@ -1716,7 +1716,7 @@ sub git_commit {
                                $mode_chng = sprintf(" with mode: %04o", (oct $to_mode) & 0777);
                        }
                        print "<td>" .
-                             $cgi->a({-href => "$my_uri?p=$project;a=blob;h=$to_id;hp=$hash;f=$file", -class => "list"}, escapeHTML($file)) . "</td>\n" .
+                             $cgi->a({-href => "$my_uri?p=$project;a=blob;h=$to_id;hb=$hash;f=$file", -class => "list"}, escapeHTML($file)) . "</td>\n" .
                              "<td><span style=\"color: #008000;\">[new " . file_type($to_mode) . "$mode_chng]</span></td>\n" .
                              "<td class=\"link\">" . $cgi->a({-href => "$my_uri?p=$project;a=blob;h=$to_id;hb=$hash;f=$file"}, "blob") . "</td>\n";
                } elsif ($status eq "D") {
This page took 0.225188 seconds and 4 git commands to generate.