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.3.2.4 -r1.3.2.5 --- openacs-4/packages/acs-templating/tcl/richtext-procs.tcl 24 Mar 2003 09:13:05 -0000 1.3.2.4 +++ openacs-4/packages/acs-templating/tcl/richtext-procs.tcl 28 Apr 2003 13:13:57 -0000 1.3.2.5 @@ -192,7 +192,7 @@ } else { # Display mode if { [info exists element(value)] } { - append output [template::util::richtext::get_property html_value $element(value)] $element(mode)] + append output [template::util::richtext::get_property html_value $element(value)] } }