Merge pull request #16341 from gutris1/devv
Some checks are pending
Linter / ruff (push) Waiting to run
Linter / eslint (push) Waiting to run
Tests / tests on CPU with empty model (push) Waiting to run

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

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>