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.1.2.3 -r1.1.2.4 --- openacs-4/packages/richtext-xinha/tcl/richtext-procs.tcl 25 Jan 2016 08:35:29 -0000 1.1.2.3 +++ openacs-4/packages/richtext-xinha/tcl/richtext-procs.tcl 17 Aug 2016 05:00:23 -0000 1.1.2.4 @@ -90,7 +90,7 @@ append xinha_options "xinha_config.key = '$key';\n" } - if {[dict exists options javascript]} { + if {[dict exists $options javascript]} { append xinha_options [dict get $options javascript] \n }