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.12 -r1.284.2.13 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 17 Jun 2019 15:47:24 -0000 1.284.2.12 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 21 Jun 2019 11:53:39 -0000 1.284.2.13 @@ -1637,7 +1637,8 @@ textarea instproc render_input {} { set booleanAtts [:booleanAttributes {*}${:booleanHTMLAttributes}] - ::html::textarea [:get_attributes id name cols rows style wrap placeholder data-repeat-template-id {CSSclass class} \ + ::html::textarea [:get_attributes id name cols rows style wrap placeholder \ + data-repeat-template-id {CSSclass class} \ {*}$booleanAtts] { ::html::t [:value] }