From 04b061e5c5c7edae258090bf2dce7dfe16ac7fd8 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 28 Feb 2021 13:44:16 +0000 Subject: [PATCH] Spell check message text area --- webapp_create_post.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp_create_post.py b/webapp_create_post.py index 0a682af4d..d43d64ca0 100644 --- a/webapp_create_post.py +++ b/webapp_create_post.py @@ -753,7 +753,8 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {}, newPostForm += \ ' \n' + str(messageBoxHeight) + 'px"' + selectedStr + ' spellcheck="true">' + \ + '\n' newPostForm += extraFields + citationsStr + dateAndLocation if not mediaInstance or replyStr: newPostForm += newPostImageSection