Index: openacs-4/packages/acs-templating/tcl/richtext-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/richtext-procs.tcl,v diff -u -r1.43 -r1.44 --- openacs-4/packages/acs-templating/tcl/richtext-procs.tcl 4 Sep 2008 08:28:06 -0000 1.43 +++ openacs-4/packages/acs-templating/tcl/richtext-procs.tcl 1 Oct 2008 22:23:52 -0000 1.44 @@ -472,7 +472,7 @@ set ::acs_blank_master(xinha.plugins) [join $quoted ", "] set xinha_options "" - foreach e {width height folder_id fs_package_id file_types attach_parent_id} { + foreach e {width height folder_id fs_package_id script_dir file_types attach_parent_id} { if {[info exists options($e)]} { append xinha_options "xinha_config.$e = '$options($e)';\n" }