From: Junio C Hamano Date: Thu, 9 Nov 2006 10:33:35 +0000 (-0800) Subject: gitweb: fix unmatched div in commitdiff X-Git-Url: https://git.ladys.computer/Gitweb/commitdiff_plain/bcbf766388dd5fd3df2f4b25d8abb4661d9e1528b4d73c4394c2365d06f16b78 gitweb: fix unmatched div in commitdiff When the last filepair changed only metainfo we failed to close the extended header
. Signed-off-by: Junio C Hamano --- diff --git a/gitweb.perl b/gitweb.perl index 37f13f1..5f1088f 100755 --- a/gitweb.perl +++ b/gitweb.perl @@ -2339,6 +2339,8 @@ sub git_patchset_body { print format_diff_line($patch_line); } + print "
\n" if $in_header; # extended header + print "\n" if $patch_found; # class="patch" print "\n"; # class="patchset"