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