Skip to content

Commit

Permalink
Merge pull request AUTOMATIC1111#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 authored Oct 19, 2024
2 parents c462e5a + 9677b09 commit bb4cbaf
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 bb4cbaf

Please sign in to comment.