diff --git a/modules/extras.py b/modules/extras.py index 2a310ae3f..adc88ca55 100644 --- a/modules/extras.py +++ b/modules/extras.py @@ -23,7 +23,7 @@ def run_pnginfo(image): info = '' for key, text in items.items(): info += f""" -
{plaintext_to_html(str(key))}
{plaintext_to_html(str(text))}