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.85 -r1.284.2.86 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 20 Feb 2020 12:55:38 -0000 1.284.2.85 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 4 Mar 2020 18:23:12 -0000 1.284.2.86 @@ -1046,7 +1046,8 @@ set attributes [:get_attributes id] lappend attributes class $class ::html::div $attributes { - ::html::t -disableOutputEscaping [:value] + ::html::t [:value] + #::html::t -disableOutputEscaping [:value] } }