X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/e86571b18e62ab5b67c3db72aaccd43572f9c34533f47772d33d0cfd18dd97b8..0827180aff4754753e30f768b7c26f5237575a8980847ecd09e4899f3e9c1f9e:/gitweb.perl diff --git a/gitweb.perl b/gitweb.perl index 7d54919..9d135b7 100755 --- a/gitweb.perl +++ b/gitweb.perl @@ -2480,11 +2480,11 @@ sub git_patchset_body { # match if ($patch_line =~ s!^((copy|rename) from ).*$!$1! && $from{'href'}) { $patch_line .= $cgi->a({-href=>$from{'href'}, -class=>"path"}, - esc_path($from{'file'})); + esc_path($from{'file'})); } if ($patch_line =~ s!^((copy|rename) to ).*$!$1! && $to{'href'}) { - $patch_line = $cgi->a({-href=>$to{'href'}, -class=>"path"}, - esc_path($to{'file'})); + $patch_line .= $cgi->a({-href=>$to{'href'}, -class=>"path"}, + esc_path($to{'file'})); } # match if ($patch_line =~ m/\s(\d{6})$/) {