From: Kay Sievers Date: Sun, 20 Nov 2005 01:12:45 +0000 (+0100) Subject: fix another typo X-Git-Url: https://git.ladys.computer/Gitweb/commitdiff_plain/82031e8074685cd49983df167ec0fdd1c91f03fe382840c9496f621cc6436f6f fix another typo Signed-off-by: Kay Sievers --- diff --git a/gitweb.cgi b/gitweb.cgi index f483009..bc6d974 100755 --- a/gitweb.cgi +++ b/gitweb.cgi @@ -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]\n" . "" . - $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"); }