Index: openacs-4/packages/acs-templating/tcl/richtext-or-file-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/richtext-or-file-procs.tcl,v diff -u -r1.7.2.1 -r1.7.2.2 --- openacs-4/packages/acs-templating/tcl/richtext-or-file-procs.tcl 10 Sep 2015 08:22:07 -0000 1.7.2.1 +++ openacs-4/packages/acs-templating/tcl/richtext-or-file-procs.tcl 18 Sep 2015 07:31:48 -0000 1.7.2.2 @@ -294,7 +294,7 @@ append output "onclick=\"javascript:acs_RichText_Or_File_InputMethodChanged('$element(form_id)', '$element(id)', this);\">" append output "
" } else { - append output "" + append output "" } if { $storage_type eq "" || $storage_type eq "text" } { @@ -329,9 +329,9 @@ # Display mode if { [info exists element(value)] } { append output [template::util::richtext_or_file::get_property html_value $element(value)] - append output "" - append output "" - append output "" + append output "" + append output "" + append output "" } }