Index: openacs-4/packages/xowiki/tcl/form-field-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/form-field-procs.tcl,v diff -u -r1.284.2.191 -r1.284.2.192 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 26 Jan 2022 08:59:18 -0000 1.284.2.191 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 26 Jan 2022 09:01:21 -0000 1.284.2.192 @@ -3216,6 +3216,7 @@ set booleanAtts [:booleanAttributes {*}${:booleanHTMLAttributes}] if {!${:spellcheck}} { set :data-gramm false + set :data-lt-active false } if {${:autosave}} { ::html::div -class "autosave" { @@ -3228,7 +3229,7 @@ } ::html::textarea [:get_attributes id name cols rows style wrap placeholder \ data-repeat-template-id {CSSclass class} spellcheck \ - data-gramm {*}$booleanAtts] { + data-gramm data-lt-active {*}$booleanAtts] { ::html::t [:value] } }