From: Jakub Narebski Date: Mon, 8 Jan 2007 01:10:42 +0000 (+0100) Subject: gitweb: Remove superfluous "|" in "commit" view X-Git-Url: https://git.ladys.computer/Gitweb/commitdiff_plain/b2673e1d68e469b85568bb057ee3d1ddd48c993724da94cfff567270401f9c20 gitweb: Remove superfluous "|" in "commit" view Remove superfluous trailing "|" separator from difftree part of "commit" view for new files (created in given commit). Signed-off-by: Jakub Narebski Signed-off-by: Junio C Hamano --- diff --git a/gitweb.perl b/gitweb.perl index d03b97b..357c624 100755 --- a/gitweb.perl +++ b/gitweb.perl @@ -2240,7 +2240,7 @@ sub git_difftree_body { } print $cgi->a({-href => href(action=>"blob", hash=>$diff{'to_id'}, hash_base=>$hash, file_name=>$diff{'file'})}, - "blob") . " | "; + "blob"); print "\n"; } elsif ($diff{'status'} eq "D") { # deleted