Index: openacs-4/packages/richtext-xinha/tcl/richtext-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/richtext-xinha/tcl/richtext-procs.tcl,v diff -u -r1.4.2.2 -r1.4.2.3 --- openacs-4/packages/richtext-xinha/tcl/richtext-procs.tcl 11 Feb 2022 17:23:24 -0000 1.4.2.2 +++ openacs-4/packages/richtext-xinha/tcl/richtext-procs.tcl 18 Feb 2022 10:16:24 -0000 1.4.2.3 @@ -97,7 +97,7 @@ append xinha_options [dict get $options javascript] \n } - set htmlarea_ids '[join $::acs_blank_master__htmlareas "','"]' + set editor_ids '[join [list $text_id {*}$::acs_blank_master__htmlareas] "','"]' # # Add the configuration via body script @@ -106,7 +106,7 @@ xinha_options = { _editor_lang: "[lang::conn::language]", - xinha_editors: \[ $htmlarea_ids \], + xinha_editors: \[ $editor_ids \], xinha_plugins: \[ $xinha_plugins \], xinha_config: function(xinha_config) {