Merge pull request #16341 from gutris1/devv

add break-word for geninfo in pnginfo
This commit is contained in:
w-e-w 2024-10-20 08:27:12 +09:00 committed by GitHub
commit bb4cbaf0cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>