add a closing tag

This commit is contained in:
Loge12 2021-12-12 15:36:33 +01:00 committed by GitHub
parent 0810f732d2
commit caf88dd50c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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