diff --git a/webinterface.py b/webinterface.py index 4f31d5265..4c6700150 100644 --- a/webinterface.py +++ b/webinterface.py @@ -2989,13 +2989,11 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {}, newPostForm += ' \n' newPostForm += '
\n' + # newPostForm += \ # ' \n' - newPostForm += \ - ' \n' # for a new blog if newswire items exist then add a citations button if newswire and path.endswith('/newblog'): @@ -3003,6 +3001,10 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {}, ' \n' + newPostForm += \ + ' \n' + newPostForm += '
\n' newPostForm += replyStr