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.248.2.45 -r1.248.2.46 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 5 Mar 2017 15:50:07 -0000 1.248.2.45 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 13 Mar 2017 17:34:21 -0000 1.248.2.46 @@ -2179,7 +2179,7 @@ ::xo::Page requireJS [subst -nocommands { function load_$id (id) { - \$(id).ckeip(function() { $callback }, { + \$('#id').ckeip(function() { $callback }, { name: '$name', ckeditor_config: { $options, @@ -2247,7 +2247,7 @@ set callback [my callback] ::xo::Page requireJS [subst -nocommands { function load_$id (id) { - \$(id).ckeditor(function() { $callback }, { + \$('#$id').ckeditor(function() { $callback }, { $options }); }