diff options
-rwxr-xr-x | gitweb/gitweb.perl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl index 1a757cce36..e54a29e4f6 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -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" |