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.45.2.8 -r1.45.2.9 --- openacs-4/packages/acs-templating/tcl/form-procs.tcl 16 Oct 2013 19:56:15 -0000 1.45.2.8 +++ openacs-4/packages/acs-templating/tcl/form-procs.tcl 25 Nov 2013 09:36:37 -0000 1.45.2.9 @@ -413,11 +413,11 @@ @param id The form identifier. @param section The current fieldset identifier - @param fieldset A list of name-value attribute pairs for the FIELDSET tag - @param legendtext The legend text - @param legend A list of name-value attribute pairs for the LEGEND tag + @param fieldset A list of name-value attribute pairs for the FIELDSET tag + @param legendtext The legend text + @param legend A list of name-value attribute pairs for the LEGEND tag } { - get_reference + get_reference # legend can't be empty if { $section ne "" && $legendtext eq "" } {