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.5 -r1.32.6.6 --- openacs-4/packages/acs-templating/tcl/form-procs.tcl 6 Mar 2007 20:31:13 -0000 1.32.6.5 +++ openacs-4/packages/acs-templating/tcl/form-procs.tcl 6 Jun 2007 18:35:20 -0000 1.32.6.6 @@ -406,6 +406,12 @@ } { get_reference + # legend can't be empty + if { ![string equal $section ""] && [string equal $legendtext ""] } { + ns_log Warning "template::form::section (form: $id, section: $section): The section legend is empty. You must provide text for the legend otherwise the section fieldset won't be created." + return + } + set properties(section) $section set properties(sec_legendtext) $legendtext @@ -579,9 +585,6 @@ # Legend set fieldset_legend [lindex $fieldset_list 1] append output "$fieldset_legend" - - } else { - append output "
" } # Export form ID and current form mode