Skip to content

Commit

Permalink
gitweb: Fix typo in git_difftree_body
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Jakub Narebski authored and Junio C Hamano committed Aug 27, 2006
1 parent f2e7330 commit 0905255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitweb/gitweb.perl
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit 0905255

Please sign in to comment.