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.12 -r1.60.2.13 --- openacs-4/packages/acs-templating/tcl/list-procs.tcl 25 Aug 2016 09:50:10 -0000 1.60.2.12 +++ openacs-4/packages/acs-templating/tcl/list-procs.tcl 29 Aug 2016 09:23:03 -0000 1.60.2.13 @@ -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 {}] }