From 7d98b3156927a0fc0c49124baabf58bbe6e9dc39 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 2 Sep 2022 17:04:03 +0100 Subject: [PATCH] Less subtitle markup --- webapp_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp_utils.py b/webapp_utils.py index f9404c3fa..800fdc23c 100644 --- a/webapp_utils.py +++ b/webapp_utils.py @@ -1632,7 +1632,7 @@ def edit_text_area(label: str, subtitle: str, name: str, value: str, if label: text = '
\n' if subtitle: - text += '
\n' + text += subtitle + '
\n' text += \ '