Index: openacs-4/packages/acs-templating/tcl/form-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/form-procs.tcl,v diff -u -r1.40 -r1.41 --- openacs-4/packages/acs-templating/tcl/form-procs.tcl 24 Jan 2008 12:08:14 -0000 1.40 +++ openacs-4/packages/acs-templating/tcl/form-procs.tcl 7 Jun 2008 20:28:59 -0000 1.41 @@ -636,8 +636,7 @@ # If the element is hidden, render it if {$element(widget) eq "hidden"} { - append output [template::element render $id $element(id) {} ] - append output "\n" + append output "
[template::element render $id $element(id) {} ]
\n" set element(is_rendered) t } else {