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.20.2.2 -r1.20.2.3 --- openacs-4/packages/acs-templating/tcl/tag-procs.tcl 1 Oct 2015 18:52:18 -0000 1.20.2.2 +++ openacs-4/packages/acs-templating/tcl/tag-procs.tcl 4 Oct 2015 15:00:45 -0000 1.20.2.3 @@ -226,7 +226,7 @@ default { # treat as a shortcut for #append condition "\[template::util::is_true $arg1\]" - append condition "\[string is true -strict $x\]" + append condition "\[string is true -strict $arg1\]" set next [expr {$i - 1}] } }