gitweb: Fix typo in git_patchset_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 19:14:23 +02:00 committed by Junio C Hamano
parent 090525541f
commit c8a99d7674

View file

@ -1656,7 +1656,7 @@ sub git_patchset_body {
print "<div class=\"patchset\">\n";
LINE:
while (my $patch_line @$fd>) {
while (my $patch_line = <$fd>) {
chomp $patch_line;
if ($patch_line =~ m/^diff /) { # "git diff" header