From e878e7b917629e3bc8aa6cdfed493f80e39c61d1 Mon Sep 17 00:00:00 2001 From: e52fa787 Date: Wed, 10 Apr 2024 16:41:07 +0800 Subject: [PATCH] fixed typo in HTML (extra tag) --- modules/ui_gradio_extensions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui_gradio_extensions.py b/modules/ui_gradio_extensions.py index bebf9f8c..9a1be769 100644 --- a/modules/ui_gradio_extensions.py +++ b/modules/ui_gradio_extensions.py @@ -39,7 +39,7 @@ def javascript_html(): head += f'\n' head += f'\n' head += f'\n' - head += f'\n' + head += f'\n' if args_manager.args.theme: head += f'\n'