Index: openacs-4/packages/acs-templating/tcl/richtext-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/richtext-procs.tcl,v diff -u -r1.52.2.10 -r1.52.2.11 --- openacs-4/packages/acs-templating/tcl/richtext-procs.tcl 5 Jan 2016 17:03:26 -0000 1.52.2.10 +++ openacs-4/packages/acs-templating/tcl/richtext-procs.tcl 25 Jan 2016 08:35:28 -0000 1.52.2.11 @@ -323,7 +323,7 @@ } set result {success 1} - lappend result {*}[::richtext-${editor}::initialize_widget \ + lappend result {*}[::richtext::${editor}::initialize_widget \ -form_id $form_id \ -text_id $text_id \ -options $options] @@ -356,7 +356,7 @@ ns_log debug "we have the following editors registered: $::template::util::richtext::editors" foreach editor $::template::util::richtext::editors { - ::richtext-${editor}::render_widgets + ::richtext::${editor}::render_widgets } }