From 44ed8a3078f159e3abb58f4274aed11e7cffbcb2 Mon Sep 17 00:00:00 2001 From: w-e-w <40751091+w-e-w@users.noreply.github.com> Date: Sun, 20 Oct 2024 08:27:12 +0900 Subject: [PATCH] Merge pull request #16341 from gutris1/devv add break-word for geninfo in pnginfo --- modules/extras.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/extras.py b/modules/extras.py index 1144c7c0b9d..32da3d3ec91 100644 --- a/modules/extras.py +++ b/modules/extras.py @@ -69,7 +69,7 @@ def run_pnginfo(image): for key, text in items.items(): info += f""" -
{plaintext_to_html(str(key))}
{plaintext_to_html(str(text))}