Skip to content

Commit

Permalink
Merge pull request #16341 from gutris1/devv
Browse files Browse the repository at this point in the history
add break-word for geninfo in pnginfo
  • Loading branch information
w-e-w committed Oct 20, 2024
1 parent 53712c6 commit 44ed8a3
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 @@ -69,7 +69,7 @@ def run_pnginfo(image):

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 44ed8a3

Please sign in to comment.