diff options
author | Jakub Narebski <jnareb@gmail.com> | 2006-08-26 23:33:58 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-08-26 17:56:49 -0700 |
commit | 090525541ffd3f52867d5d26de5e02ce4998460b (patch) | |
tree | b513f6811a799d2cc1ce2524309371504c36c104 /gitweb/gitweb.perl | |
parent | gitweb: blobs defined by non-textual hash ids can be cached (diff) | |
download | tgif-090525541ffd3f52867d5d26de5e02ce4998460b.tar.xz |
gitweb: Fix typo in git_difftree_body
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'gitweb/gitweb.perl')
-rwxr-xr-x | gitweb/gitweb.perl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl index 0df59af821..ba5024af14 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -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"; |