Less subtitle markup

merge-requests/30/head
Bob Mottram 2022-09-02 17:04:03 +01:00
parent 669eeaa6bd
commit 7d98b31569
1 changed files with 1 additions and 1 deletions

View File

@ -1632,7 +1632,7 @@ def edit_text_area(label: str, subtitle: str, name: str, value: str,
if label:
text = '<label class="labels">' + label + '</label><br>\n'
if subtitle:
text += '<label class="labels">' + subtitle + '</label><br>\n'
text += subtitle + '<br>\n'
text += \
' <textarea id="message" placeholder=' + \
'"' + placeholder + '" '