diff --git a/webinterface.py b/webinterface.py
index 0cde5b7e..768e174c 100644
--- a/webinterface.py
+++ b/webinterface.py
@@ -2081,6 +2081,7 @@ def htmlNewPost(mediaInstance: bool, translate: {},
newPostForm += ' '
newPostForm += ''
+ selectedStr = ' selected'
if inReplyTo or endpoint == 'newdm':
if inReplyTo:
newPostForm += \
@@ -2088,12 +2089,13 @@ def htmlNewPost(mediaInstance: bool, translate: {},
'
'
else:
newPostForm += \
- '
'
+ '
'
newPostForm += \
' '
+ mentionsStr + '" selected>'
newPostForm += ''
+ selectedStr = ''
newPostForm += \
'
'
@@ -2108,7 +2110,7 @@ def htmlNewPost(mediaInstance: bool, translate: {},
newPostForm += \
' \n'
+ str(messageBoxHeight) + 'px"' + selectedStr + '>\n'
newPostForm += extraFields+dateAndLocation
if not mediaInstance or replyStr:
newPostForm += newPostImageSection