Index: openacs-4/packages/richtext-ckeditor4/tcl/richtext-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/richtext-ckeditor4/tcl/richtext-procs.tcl,v diff -u -N -r1.1.2.8 -r1.1.2.9 --- openacs-4/packages/richtext-ckeditor4/tcl/richtext-procs.tcl 29 Oct 2016 13:43:02 -0000 1.1.2.8 +++ openacs-4/packages/richtext-ckeditor4/tcl/richtext-procs.tcl 29 Oct 2016 13:58:13 -0000 1.1.2.9 @@ -57,16 +57,16 @@ "disableNativeSpellChecker: false" \ "scayt_autoStartup: [dict get $options spellcheck]" - if {[dict exists options plugins]} { + if {[dict exists $options plugins]} { lappend ckOptionsList "extraPlugins: '[dict get $options plugins]'" } - if {[dict exists options skin]} { + if {[dict exists $options skin]} { lappend ckOptionsList "skin: '[dict get $options skin]'" } - if {[dict exists options customConfig]} { + if {[dict exists $options customConfig]} { lappend ckOptionsList "customConfig: '[dict get $options customConfig]'" } - if {[dict exists options extraAllowedContent]} { + if {[dict exists $options extraAllowedContent]} { lappend ckOptionsList "extraAllowedContent: '[dict get $options extraAllowedContent]'" }