From 440c8a2ad0105b3c2010d5fd5c0bab11698b8105 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Sun, 20 Nov 2005 02:12:45 +0100 Subject: [PATCH] fix another typo Signed-off-by: Kay Sievers --- gitweb.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitweb.cgi b/gitweb.cgi index a797a5f8..915e2091 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"); } -- 2.11.0