From 669eeaa6bd7c50e55887ae13f57831144af577a8 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 2 Sep 2022 17:00:38 +0100 Subject: [PATCH] Add subtitle --- webapp_utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp_utils.py b/webapp_utils.py index b96cc7206..f9404c3fa 100644 --- a/webapp_utils.py +++ b/webapp_utils.py @@ -1631,8 +1631,8 @@ def edit_text_area(label: str, subtitle: str, name: str, value: str, text = '' if label: text = '
\n' - if subtitle: - text = '
\n' + if subtitle: + text += '
\n' text += \ '