Index: openacs-4/packages/acs-templating/tcl/tab-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/tab-procs.tcl,v diff -u -r1.10.2.1 -r1.10.2.2 --- openacs-4/packages/acs-templating/tcl/tab-procs.tcl 17 Dec 2019 17:01:20 -0000 1.10.2.1 +++ openacs-4/packages/acs-templating/tcl/tab-procs.tcl 30 Nov 2023 15:13:28 -0000 1.10.2.2 @@ -25,12 +25,9 @@ upvar $element_reference element - if { [info exists element(html)] } { - array set attributes $element(html) - } + array set attributes \ + [::template::widget::merge_tag_attributes element $tag_attributes] - array set attributes $tag_attributes - if { !$element(current) } { set url $element(base_url)