Index: openacs-4/packages/acs-subsite/tcl/subsite-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/tcl/subsite-procs.tcl,v diff -u -N -r1.68.2.22 -r1.68.2.23 --- openacs-4/packages/acs-subsite/tcl/subsite-procs.tcl 19 Oct 2021 08:32:07 -0000 1.68.2.22 +++ openacs-4/packages/acs-subsite/tcl/subsite-procs.tcl 29 Aug 2022 14:17:24 -0000 1.68.2.23 @@ -552,7 +552,7 @@ } template::multirow foreach $sections_multirow { - if { [template::util::is_true $selected_p] } { + if { [string is true -strict $selected_p] } { set row(label) $label set row(url) $url break