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.20 --- 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 13 Dec 2005 13:34:30 -0000 1.20 @@ -339,7 +339,9 @@ append output [template::util::richtext::get_property html_value $element(value)] append output "" append output "" - } + } else { + append output "" + } } return $output