gitweb: fix unmatched div in commitdiff
When the last filepair changed only metainfo we failed to close the extended header <div>. Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
225932ed4d
commit
1c791cfbf8
@ -2338,6 +2338,8 @@ sub git_patchset_body {
|
|||||||
|
|
||||||
print format_diff_line($patch_line);
|
print format_diff_line($patch_line);
|
||||||
}
|
}
|
||||||
|
print "</div>\n" if $in_header; # extended header
|
||||||
|
|
||||||
print "</div>\n" if $patch_found; # class="patch"
|
print "</div>\n" if $patch_found; # class="patch"
|
||||||
|
|
||||||
print "</div>\n"; # class="patchset"
|
print "</div>\n"; # class="patchset"
|
||||||
|
Loading…
Reference in New Issue
Block a user