* [PATCH] gitweb: Remove superfluous "|" in "commit" view
@ 2007-01-08 1:10 Jakub Narebski
0 siblings, 0 replies; only message in thread
From: Jakub Narebski @ 2007-01-08 1:10 UTC (permalink / raw)
To: git; +Cc: Jakub Narebski
Remove superfluous trailing "|" separator from difftree part of "commit"
view for new files (created in given commit).
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
---
gitweb/gitweb.perl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl
index f46a422..25e5079 100755
--- a/gitweb/gitweb.perl
+++ b/gitweb/gitweb.perl
@@ -2239,7 +2239,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 "</td>\n";
} elsif ($diff{'status'} eq "D") { # deleted
--
1.4.4.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-01-08 1:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-08 1:10 [PATCH] gitweb: Remove superfluous "|" in "commit" view Jakub Narebski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).