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.19.2.2 -r1.19.2.3 --- openacs-4/packages/acs-templating/tcl/richtext-procs.tcl 2 Nov 2005 03:39:28 -0000 1.19.2.2 +++ openacs-4/packages/acs-templating/tcl/richtext-procs.tcl 10 Nov 2005 22:21:20 -0000 1.19.2.3 @@ -338,10 +338,12 @@ } elseif {$richtextEditor eq "xinha"} { lappend ::acs_blank_master__htmlareas $attributes(id) append output "" - } else { + } + + } else { append output "Format: [menu $element(id).format [template::util::richtext::format_options] {} {}]" - } - } + } + # Spell-checker array set spellcheck [template::util::spellcheck::spellcheck_properties \ -element_ref element]