mirror of https://gitlab.com/bashrc2/epicyon
Remove container
parent
78b45717ac
commit
0f68c1b036
|
@ -773,11 +773,11 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
|
|||
if not mediaInstance or replyStr:
|
||||
newPostForm += newPostImageSection
|
||||
|
||||
newPostForm += ' <div class="containerNewPost"><div class="container">\n'
|
||||
newPostForm += ' <div class="containerNewPost">\n'
|
||||
newPostForm += \
|
||||
' <input type="submit" name="submitPost" value="' + \
|
||||
translate['Submit'] + '">\n'
|
||||
newPostForm += ' </div></div>\n'
|
||||
newPostForm += ' </div>\n'
|
||||
|
||||
newPostForm += ' </div>\n'
|
||||
newPostForm += '</form>\n'
|
||||
|
|
Loading…
Reference in New Issue