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.42 -r1.43 --- openacs-4/packages/acs-templating/tcl/form-procs.tcl 4 Jan 2010 22:49:12 -0000 1.42 +++ openacs-4/packages/acs-templating/tcl/form-procs.tcl 7 Jan 2010 10:32:23 -0000 1.43 @@ -436,7 +436,7 @@ if { $legendtext ne "" } { array set lg_attributes $legend if {![info exists lg_attributes(class)]} { - append properties(sec_legend) " class=\"bold\"" + append properties(sec_legend) " class=\"form-legend\"" } foreach name [array names lg_attributes] { if {$lg_attributes($name) eq {}} {