]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.cgi
fix typo in link parameter of git_commit
[Gitweb] / 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.275471 seconds and 4 git commands to generate.