summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f912756)
raw | patch | inline | side by side (parent: f912756)
author | Kay Sievers <kay.sievers@suse.de> | |
Tue, 6 Sep 2005 21:26:10 +0000 (23:26 +0200) | ||
committer | Kay 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 | patch | blob | history |
diff --git a/gitweb.cgi b/gitweb.cgi
index 6a61c6555754817bf11f137875ff4736957337ea..acf1b1ab96eeae9444dd4476e5543c73d5f3397b 100755 (executable)
--- a/gitweb.cgi
+++ b/gitweb.cgi
$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") {