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 -r1.19.2.1 --- openacs-4/packages/acs-templating/tcl/richtext-procs.tcl 19 Mar 2005 22:57:50 -0000 1.19 +++ openacs-4/packages/acs-templating/tcl/richtext-procs.tcl 21 Jun 2005 17:46:11 -0000 1.19.2.1 @@ -284,6 +284,8 @@ upvar $element_reference element + set output "" + if { [info exists element(html)] } { array set attributes $element(html) }