We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c462e5a + 9677b09 commit bb4cbafCopy full SHA for bb4cbaf
modules/extras.py
@@ -23,7 +23,7 @@ def run_pnginfo(image):
23
info = ''
24
for key, text in items.items():
25
info += f"""
26
-<div>
+<div class="infotext">
27
<p><b>{plaintext_to_html(str(key))}</b></p>
28
<p>{plaintext_to_html(str(text))}</p>
29
</div>
0 commit comments