X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/2dd5c3c027f0db29d713d07abd33680d39aeebfa84ad2d4cc1ccde3d46c541be..e25bb3064146360251736b0072dedd1b9e0440829a62ed838e78049107742d5f:/gitweb.perl diff --git a/gitweb.perl b/gitweb.perl index 17a15bd..40f3f27 100755 --- a/gitweb.perl +++ b/gitweb.perl @@ -2441,7 +2441,7 @@ sub git_commitdiff { $cgi->a({-href => href(action=>"blob", hash=>$from_id, hash_base=>$hash_parent, file_name=>$file)}, $from_id) . " -> " . file_type($to_mode) . ":" . - $cgi->a({-href => href(action=>"blob", hash=>$to_id, hash_base=>$hash, file_name=>$file)}, $to_id) . + $cgi->a({-href => href(action=>"blob", hash=>$to_id, hash_base=>$hash, file_name=>$file)}, $to_id); print "\n"; git_diff_print($from_id, "a/$file", $to_id, "b/$file"); }