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.10 -r1.66.2.11 --- openacs-4/packages/acs-templating/tcl/richtext-procs.tcl 26 Jun 2022 19:30:40 -0000 1.66.2.10 +++ openacs-4/packages/acs-templating/tcl/richtext-procs.tcl 29 Aug 2022 14:17:24 -0000 1.66.2.11 @@ -469,7 +469,7 @@ } if { [info exists element(htmlarea_p)] && $element(htmlarea_p) ne "" } { - set htmlarea_p [template::util::is_true $element(htmlarea_p)] + set htmlarea_p [string is true -strict $element(htmlarea_p)] } else { set htmlarea_p [parameter::get \ -package_id $package_id_templating \