Change container type

main
Bob Mottram 2021-05-30 15:12:01 +01:00
parent 0f68c1b036
commit 4d293c30c0
1 changed files with 1 additions and 1 deletions

View File

@ -773,7 +773,7 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
if not mediaInstance or replyStr:
newPostForm += newPostImageSection
newPostForm += ' <div class="containerNewPost">\n'
newPostForm += ' <div class="container">\n'
newPostForm += \
' <input type="submit" name="submitPost" value="' + \
translate['Submit'] + '">\n'