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.32.6.4 -r1.32.6.5 --- openacs-4/packages/acs-templating/tcl/form-procs.tcl 6 Mar 2007 07:42:08 -0000 1.32.6.4 +++ openacs-4/packages/acs-templating/tcl/form-procs.tcl 6 Mar 2007 20:31:13 -0000 1.32.6.5 @@ -578,12 +578,10 @@ # Legend set fieldset_legend [lindex $fieldset_list 1] - if {![empty_string_p $fieldset_legend]} { append output "$fieldset_legend" - } } else { - append output "
" + append output "
" } # Export form ID and current form mode