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 += \
'