]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.cgi
fix another typo
[Gitweb] / gitweb.cgi
index bf09b762f86623e276f1731c0119a914bc5f026f73c77b2207dda062d8ba18bf..bc6d97499800f3cf861799b237fa658a7915f911f12844d9b09d47f54fac0b3b 100755 (executable)
@@ -16,7 +16,7 @@ use Encode;
 use Fcntl ':mode';
 
 my $cgi = new CGI;
-my $version =          "250";
+my $version =          "251";
 my $my_url =           $cgi->url();
 my $my_uri =           $cgi->url(-absolute => 1);
 my $rss_link =         "";
@@ -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.214234 seconds and 4 git commands to generate.