main
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:
newPostForm += \
' <input type="hidden" name="conversationId" value="' + \
conversationId + '">'
conversationId + '">\n'
newPostForm += ' <div class="vertical-center">\n'
newPostForm += \
' <label for="nickname"><b>' + newPostText + '</b></label>\n'