Remove container

main
Bob Mottram 2021-05-30 15:10:51 +01:00
parent 78b45717ac
commit 0f68c1b036
1 changed files with 2 additions and 2 deletions

View File

@ -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'