Index: openacs-4/packages/richtext-tinymce/tcl/richtext-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/richtext-tinymce/tcl/richtext-procs.tcl,v diff -u -r1.4.2.5 -r1.4.2.6 --- openacs-4/packages/richtext-tinymce/tcl/richtext-procs.tcl 2 May 2024 13:29:49 -0000 1.4.2.5 +++ openacs-4/packages/richtext-tinymce/tcl/richtext-procs.tcl 6 May 2024 12:27:32 -0000 1.4.2.6 @@ -267,13 +267,9 @@ ns_log debug "tinymce: options $options" # - # Build the selectors for the textareas where we apply tinyMCE + # Build the selector for the textarea where we apply tinyMCE # - set tinymce_selectors [list] - foreach htmlarea_id [lsort -unique $::acs_blank_master__htmlareas] { - lappend tinymce_selectors "#$htmlarea_id" - } - lappend options selector [join $tinymce_selectors ,] + lappend options selector "#${text_id}" ::richtext::tinymce::add_editor \ -reset_config -config $options