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.29 -r1.30 --- openacs-4/packages/acs-templating/tcl/richtext-procs.tcl 14 May 2007 20:30:27 -0000 1.29 +++ openacs-4/packages/acs-templating/tcl/richtext-procs.tcl 13 Aug 2007 06:05:49 -0000 1.30 @@ -276,7 +276,7 @@ if { $htmlarea_p } { append output "" } else { - append output "
[_ acs-templating.Format]: [menu $element(id).format [template::util::richtext::format_options] $format attributes]" + append output "
[_ acs-templating.Format]: [menu $element(id).format [template::util::richtext::format_options] $format attributes]" } # Spell-checker @@ -378,8 +378,8 @@ Note that the rich-rext editor interacts with blank-master.tcl and blank-master.adp.

- Derived from the htmlarea richtext widget for htmlarea by lars@pinds.com
- modified for RTE http://www.kevinroth.com/ by davis@xarg.net
+ Derived from the htmlarea richtext widget for htmlarea by lars@pinds.com
+ modified for RTE http://www.kevinroth.com/ by davis@xarg.net
xinha support by gustaf.neumann@wu-wien.ac.at } { @@ -444,12 +444,12 @@ # which the richtext widget won't work but which do have js enabled # should output since we need the format widget (this for Safari among # some others) - set noscript_output "$output
[_ acs-templating.Format]: $format_menu\n" + set noscript_output "$output
[_ acs-templating.Format]: $format_menu\n" set output "" } elseif {$richtextEditor eq "xinha"} { append output "\n" - append output "\n" + append output "\n" # we have a xinha richtext widget, specified by "options {editor xinha}" # The following options are supported: @@ -500,7 +500,7 @@ } else { append output "" } - append output "
[_ acs-templating.Format]: $format_menu" + append output "
[_ acs-templating.Format]: $format_menu" } # Spell-checker