From: Kay Sievers Date: Tue, 6 Sep 2005 21:26:10 +0000 (+0200) Subject: fix typo in link parameter of git_commit X-Git-Tag: v1.4.0~1^2~56 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=324d7cca6800a6c0bd6ea4ee4fcbcb5d79bc667f;p=git.git fix typo in link parameter of git_commit Signed-off-by: Kay Sievers --- diff --git a/gitweb.cgi b/gitweb.cgi index 6a61c6555..acf1b1ab9 100755 --- a/gitweb.cgi +++ b/gitweb.cgi @@ -1716,7 +1716,7 @@ sub git_commit { $mode_chng = sprintf(" with mode: %04o", (oct $to_mode) & 0777); } print "" . - $cgi->a({-href => "$my_uri?p=$project;a=blob;h=$to_id;hp=$hash;f=$file", -class => "list"}, escapeHTML($file)) . "\n" . + $cgi->a({-href => "$my_uri?p=$project;a=blob;h=$to_id;hb=$hash;f=$file", -class => "list"}, escapeHTML($file)) . "\n" . "[new " . file_type($to_mode) . "$mode_chng]\n" . "" . $cgi->a({-href => "$my_uri?p=$project;a=blob;h=$to_id;hb=$hash;f=$file"}, "blob") . "\n"; } elsif ($status eq "D") {