mirror of https://gitlab.com/bashrc2/epicyon
Spell check message text area
parent
a7095442f4
commit
04b061e5c5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue