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 -r1.60.2.10 -r1.60.2.11
--- openacs-4/packages/acs-templating/tcl/list-procs.tcl 22 May 2016 19:25:47 -0000 1.60.2.10
+++ openacs-4/packages/acs-templating/tcl/list-procs.tcl 24 Aug 2016 15:01:51 -0000 1.60.2.11
@@ -348,8 +348,8 @@
error "You cannot have bulk_actions without providing a key for list '$name'"
}
# Create the checkbox element
- set label {}
+ set label [subst {}]
if {[info exists ::__csrf_token]} {
append label \n [subst {}]
}