]> Lady’s Gitweb - Gitweb/commitdiff
fix another typo
authorKay Sievers <redacted>
Sun, 20 Nov 2005 01:12:45 +0000 (02:12 +0100)
committerKay Sievers <redacted>
Sun, 20 Nov 2005 01:12:45 +0000 (02:12 +0100)
Signed-off-by: Kay Sievers <redacted>
gitweb.cgi

index f483009aa1dd1c3d852ac2b51c65d1d0a5bbe675f1a3369791b244a547f30da8..bc6d97499800f3cf861799b237fa658a7915f911f12844d9b09d47f54fac0b3b 100755 (executable)
@@ -1810,7 +1810,7 @@ sub git_commit {
                              $cgi->a({-href => esc_url("$my_uri?p=$project;a=blob;h=$from_id;hb=$hash;f=$from_file"), -class => "list"}, esc_html($from_file)) .
                              " with " . (int $similarity) . "% similarity$mode_chng]</span></td>\n" .
                              "<td class=\"link\">" .
-                             $cgi->a({-href => esc_uresc_url("$my_uri?p=$project;a=blob;h=$to_id;hb=$hash;f=$to_file")}, "blob");
+                             $cgi->a({-href => esc_url("$my_uri?p=$project;a=blob;h=$to_id;hb=$hash;f=$to_file")}, "blob");
                        if ($to_id ne $from_id) {
                                print " | " . $cgi->a({-href => esc_url("$my_uri?p=$project;a=blobdiff;h=$to_id;hp=$from_id;hb=$hash;f=$to_file")}, "diff");
                        }
This page took 0.231025 seconds and 4 git commands to generate.