X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/7a8be99a13e48a86fdf4c1c282b71c11c1bd0ab109903850e10066b8bd9f1dec..26c0c2edfcf8d14e4434e1608bfe362867fc5243f88a7e290805450de418dfc0:/gitweb.perl diff --git a/gitweb.perl b/gitweb.perl index 4184265..7e9b5d4 100755 --- a/gitweb.perl +++ b/gitweb.perl @@ -1994,14 +1994,14 @@ sub git_patchset_body { print "
" . file_type($diffinfo->{'to_mode'}) . ":" . $cgi->a({-href => href(action=>"blob", hash_base=>$hash, hash=>$diffinfo->{'to_id'}, file_name=>$diffinfo->{'file'})}, - $diffinfo->{'to_id'}) . "(new)" . + $diffinfo->{'to_id'}) . " (new)" . "
\n"; # class="diff_info" } elsif ($diffinfo->{'status'} eq "D") { # deleted print "
" . file_type($diffinfo->{'from_mode'}) . ":" . $cgi->a({-href => href(action=>"blob", hash_base=>$hash_parent, hash=>$diffinfo->{'from_id'}, file_name=>$diffinfo->{'file'})}, - $diffinfo->{'from_id'}) . "(deleted)" . + $diffinfo->{'from_id'}) . " (deleted)" . "
\n"; # class="diff_info" } elsif ($diffinfo->{'status'} eq "R" || # renamed