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.3 -r1.4 --- openacs-4/packages/richtext-tinymce/tcl/richtext-procs.tcl 25 Apr 2018 19:47:48 -0000 1.3 +++ openacs-4/packages/richtext-tinymce/tcl/richtext-procs.tcl 9 May 2018 15:33:33 -0000 1.4 @@ -99,7 +99,7 @@ ns_log debug "tinymce: options $options" - set pairslist {} + set pairslist [list] foreach config_pair $tinymce_configs_list { set config_key [lindex $config_pair 0] if {[dict exists $options $config_key]} { @@ -168,7 +168,7 @@ -order tinymce0 # get the textareas where we apply tinymce - set tinymce_elements {} + set tinymce_elements [list] foreach htmlarea_id [lsort -unique $::acs_blank_master__htmlareas] { lappend tinymce_elements $htmlarea_id }