gitweb: Fix typo in git_difftree_body

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Jakub Narebski 2006-08-26 23:33:58 +02:00 committed by Junio C Hamano
parent f2e7330299
commit 090525541f

View file

@ -1556,7 +1556,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";