merge-requests/30/head
Bob Mottram 2021-08-08 18:00:15 +01:00
parent 361c8fb6bd
commit b418ccc89d
1 changed files with 1 additions and 1 deletions

View File

@ -578,7 +578,7 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
if conversationId: if conversationId:
newPostForm += \ newPostForm += \
' <input type="hidden" name="conversationId" value="' + \ ' <input type="hidden" name="conversationId" value="' + \
conversationId + '">' conversationId + '">\n'
newPostForm += ' <div class="vertical-center">\n' newPostForm += ' <div class="vertical-center">\n'
newPostForm += \ newPostForm += \
' <label for="nickname"><b>' + newPostText + '</b></label>\n' ' <label for="nickname"><b>' + newPostText + '</b></label>\n'