Merge branch 'dev' into m9-240816-pnginfo-text-copy

This commit is contained in:
w-e-w 2024-10-20 10:30:58 +09:00 committed by GitHub
commit 400dd32769
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 134 additions and 31 deletions

View file

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