Index: openacs-4/packages/acs-templating/tcl/tag-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/tag-procs.tcl,v diff -u -r1.27 -r1.27.2.1 --- openacs-4/packages/acs-templating/tcl/tag-procs.tcl 17 Dec 2018 20:47:44 -0000 1.27 +++ openacs-4/packages/acs-templating/tcl/tag-procs.tcl 25 Apr 2019 07:02:22 -0000 1.27.2.1 @@ -226,9 +226,9 @@ } default { - # treat as a shortcut for + # treat as a shortcut for #append condition "\[template::util::is_true $arg1\]" - ad_log warning "operation <$op> in '$args' is using undocumented as a shortcut for " + ad_log warning "operation <$op> in '$args' is using undocumented as a shortcut for " append condition "\[string is true -strict $arg1\]" set next [expr {$i - 1}] }