git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] gitweb: Fix typo in git_difftree_body
@ 2006-08-26 21:33 Jakub Narebski
  0 siblings, 0 replies; only message in thread
From: Jakub Narebski @ 2006-08-26 21:33 UTC (permalink / raw)
  To: git

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 02d327c..9cf2b78 100755
--- a/gitweb/gitweb.perl
+++ b/gitweb/gitweb.perl
@@ -1557,7 +1557,7 @@ sub git_difftree_body {
 			              "blob") .
 			      " | " .
 			      $cgi->a({-href => href(action=>"history", hash_base=>$parent,
-			                             file_name=>$diff{'file'})},\
+			                             file_name=>$diff{'file'})},
 			              "history") .
 			      "</td>\n";
 
-- 
1.4.1.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2006-08-26 21:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-26 21:33 [PATCH] gitweb: Fix typo in git_difftree_body 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).