Spell check message text area

merge-requests/21/head
Bob Mottram 2021-02-28 13:44:16 +00:00
parent a7095442f4
commit 04b061e5c5
1 changed files with 2 additions and 1 deletions

View File

@ -753,7 +753,8 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
newPostForm += \
' <textarea id="message" name="message" style="height:' + \
str(messageBoxHeight) + 'px"' + selectedStr + '></textarea>\n'
str(messageBoxHeight) + 'px"' + selectedStr + ' spellcheck="true">' + \
'</textarea>\n'
newPostForm += extraFields + citationsStr + dateAndLocation
if not mediaInstance or replyStr:
newPostForm += newPostImageSection