fix typo in link parameter of git_commit
authorKay Sievers <kay.sievers@suse.de>
Tue, 6 Sep 2005 21:26:10 +0000 (23:26 +0200)
committerKay Sievers <kay.sievers@suse.de>
Tue, 6 Sep 2005 21:26:10 +0000 (23:26 +0200)
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
gitweb.cgi

index 6a61c65..acf1b1a 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") {