Extra container

main
Bob Mottram 2021-05-30 15:09:54 +01:00
parent 5c3c0772ac
commit 78b45717ac
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">\n'
newPostForm += ' <div class="containerNewPost"><div class="container">\n'
newPostForm += \
' <input type="submit" name="submitPost" value="' + \
translate['Submit'] + '">\n'
newPostForm += ' </div>\n'
newPostForm += ' </div></div>\n'
newPostForm += ' </div>\n'
newPostForm += '</form>\n'