Skip to content

Commit

Permalink
add break-word for geninfo in pnginfo
Browse files Browse the repository at this point in the history
  • Loading branch information
gutris1 authored Aug 7, 2024
1 parent 82a973c commit 9677b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/extras.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def run_pnginfo(image):
info = ''
for key, text in items.items():
info += f"""
<div>
<div class="infotext">
<p><b>{plaintext_to_html(str(key))}</b></p>
<p>{plaintext_to_html(str(text))}</p>
</div>
Expand Down

0 comments on commit 9677b09

Please sign in to comment.