Index: openacs-4/packages/acs-templating/tcl/widget-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/widget-procs.tcl,v diff -u -r1.63.2.25 -r1.63.2.26 --- openacs-4/packages/acs-templating/tcl/widget-procs.tcl 30 Nov 2023 15:21:18 -0000 1.63.2.25 +++ openacs-4/packages/acs-templating/tcl/widget-procs.tcl 4 Dec 2023 14:19:55 -0000 1.63.2.26 @@ -19,11 +19,11 @@ namespace eval template::data {} namespace eval template::data::transform {} -ad_proc -private template::widget::merge_tag_attributes { +ad_proc -public template::widget::merge_tag_attributes { element_reference tag_attributes } { - Consolitates the logics to compute the final tag attributes by + Consolidates the logics to compute the final tag attributes by merging those explicitly supplied and those in the element definition.