Add a closing tag (</li>) (#62)

* add a closing tag

* delete doubled if statements
This commit is contained in:
Loge12 2021-12-13 20:57:29 +01:00 committed by GitHub
parent 0810f732d2
commit c099c27d63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -644,6 +644,7 @@ class Hit(object):
print_multi_line(main_text)
if output_format:
print(" </i>", end='')
print("</li>", end='')
print()
if show_context:
if output_format: