|
@@ -23,7 +23,7 @@ def run_pnginfo(image):
|
|
info = ''
|
|
info = ''
|
|
for key, text in items.items():
|
|
for key, text in items.items():
|
|
info += f"""
|
|
info += f"""
|
|
-<div>
|
|
|
|
|
|
+<div class="infotext">
|
|
<p><b>{plaintext_to_html(str(key))}</b></p>
|
|
<p><b>{plaintext_to_html(str(key))}</b></p>
|
|
<p>{plaintext_to_html(str(text))}</p>
|
|
<p>{plaintext_to_html(str(text))}</p>
|
|
</div>
|
|
</div>
|