Index: openacs-4/packages/xowiki/tcl/form-field-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/form-field-procs.tcl,v diff -u -r1.284.2.222 -r1.284.2.223 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 29 Aug 2022 09:51:33 -0000 1.284.2.222 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 5 Oct 2022 09:51:32 -0000 1.284.2.223 @@ -1814,7 +1814,7 @@ # Render content within in a fieldset, but with labels etc. # :CSSclass_list_add CSSclass [namespace tail [:info class]] - :CSSclass_list_add CSSclass "input-group align-items-center" + :CSSclass_list_add CSSclass "align-items-center" html::fieldset [:get_attributes id {CSSclass class}] { foreach c ${:components} { $c render } }