Index: openacs-4/packages/acs-templating/tcl/list-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/list-procs.tcl,v diff -u -N -r1.60.2.11 -r1.60.2.12 --- openacs-4/packages/acs-templating/tcl/list-procs.tcl 24 Aug 2016 15:01:51 -0000 1.60.2.11 +++ openacs-4/packages/acs-templating/tcl/list-procs.tcl 25 Aug 2016 09:50:10 -0000 1.60.2.12 @@ -348,8 +348,8 @@ error "You cannot have bulk_actions without providing a key for list '$name'" } # Create the checkbox element - set label [subst {}] + set label [subst {}] if {[info exists ::__csrf_token]} { append label \n [subst {}] }