Index: openacs-4/packages/xowiki/tcl/xowiki-form-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-form-procs.tcl,v diff -u -N -r1.147.2.8 -r1.147.2.9 --- openacs-4/packages/xowiki/tcl/xowiki-form-procs.tcl 1 Oct 2019 19:54:09 -0000 1.147.2.8 +++ openacs-4/packages/xowiki/tcl/xowiki-form-procs.tcl 5 Oct 2019 13:24:53 -0000 1.147.2.9 @@ -119,7 +119,7 @@ } if {[string first "richtext" $__wspec] > -1} { - # ad_form does a subst, therefore escape esp. the JavaScript stuff + # ad_form does a subst, therefore, escape esp. the JavaScript stuff set __spec [string map {\[ \\[ \] \\] \$ \\$ \\ \\\\} $__spec] }