Index: openacs-4/packages/acs-templating/tcl/richtext-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/richtext-procs.tcl,v diff -u -r1.66.2.11 -r1.66.2.12 --- openacs-4/packages/acs-templating/tcl/richtext-procs.tcl 29 Aug 2022 14:17:24 -0000 1.66.2.11 +++ openacs-4/packages/acs-templating/tcl/richtext-procs.tcl 30 Nov 2023 15:13:28 -0000 1.66.2.12 @@ -430,12 +430,9 @@ #ns_log notice "widget::richtext: richtext-options? [info exists element(options)] HTML? [info exists element(html)]" - 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 { [info exists element(value)] } { set contents [template::util::richtext::get_property contents $element(value)] set format [template::util::richtext::get_property format $element(value)]