mirror of https://gitlab.com/bashrc2/epicyon
Newline
parent
361c8fb6bd
commit
b418ccc89d
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue