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 -N -r1.239.2.17 -r1.239.2.18 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 3 Sep 2014 14:45:40 -0000 1.239.2.17 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 3 Sep 2014 20:17:42 -0000 1.239.2.18 @@ -1447,8 +1447,8 @@ } textarea instproc render_input {} { - set booleanAtts [my booleanAttributes required readonly disabled formnovalidate wrap] - ::html::textarea [my get_attributes id name cols rows style placeholder {CSSclass class} \ + set booleanAtts [my booleanAttributes required readonly disabled formnovalidate] + ::html::textarea [my get_attributes id name cols rows style wrap placeholder {CSSclass class} \ {*}$booleanAtts] { ::html::t [my value] }