提交 1c791cfb 编写于 作者: J Junio C Hamano

gitweb: fix unmatched div in commitdiff

When the last filepair changed only metainfo we failed to close the
extended header <div>.
Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 225932ed
......@@ -2338,6 +2338,8 @@ sub git_patchset_body {
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"; # class="patchset"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册