Index: openacs-4/packages/acs-templating/tcl/tag-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/tag-init.tcl,v diff -u -r1.49.2.12 -r1.49.2.13 --- openacs-4/packages/acs-templating/tcl/tag-init.tcl 28 Dec 2021 16:15:50 -0000 1.49.2.12 +++ openacs-4/packages/acs-templating/tcl/tag-init.tcl 29 Dec 2021 15:33:36 -0000 1.49.2.13 @@ -603,8 +603,7 @@ set row [template::get_attribute formgroup-widget $params row] # get any additional HTML attributes specified by the designer set tag_attributes [ns_set array $params] - dict unset tag_attributes id - dict unset tag_attributes row + dict unset tag_attributes id row # generate a list of options and option labels as a data source @@ -645,9 +644,7 @@ # get any additional HTML attributes specified by the designer set tag_attributes [ns_set array $params] - foreach key {id style method title cols headers} { - dict unset tag_attributes $key - } + dict unset tag_attributes id style method title cols headers template::adp_append_string \ [subst -nocommands {[template::form render $id { $tag_attributes } ]}]