]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.perl
gitweb: bugfix: commitdiff regression
[Gitweb] / gitweb.perl
index 17a15bd32b8547c39aadbcd15a2522f00d0daf216ef388ae31d0667e90f2a3c3..40f3f272564e5bf90134488c874c6af4bf83859c62ccb427ea491903cf207a00 100755 (executable)
@@ -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 "</div>\n";
                                git_diff_print($from_id, "a/$file",  $to_id, "b/$file");
                        }
This page took 0.379663 seconds and 4 git commands to generate.