Skip to content

Commit 9677b09

Browse files
authored
add break-word for geninfo in pnginfo
1 parent 82a973c commit 9677b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/extras.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def run_pnginfo(image):
2323
info = ''
2424
for key, text in items.items():
2525
info += f"""
26-
<div>
26+
<div class="infotext">
2727
<p><b>{plaintext_to_html(str(key))}</b></p>
2828
<p>{plaintext_to_html(str(text))}</p>
2929
</div>

0 commit comments

Comments
 (0)