Skip to content

Commit

Permalink
Close div after default section text
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed Aug 1, 2020
1 parent 0dbea9d commit ebcf262
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions brunnhilde.py
Expand Up @@ -715,6 +715,7 @@ def write_html_report_section(header, path, file_delimiter, html):
DEFAULT_TEXT = "\nNone found.\n<br><br>"
if not input_exists:
html.write(DEFAULT_TEXT)
html.write("\n</div>")
return

# if writing PII, handle separately
Expand Down

0 comments on commit ebcf262

Please sign in to comment.