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.5 -r1.60.2.6 --- openacs-4/packages/acs-templating/tcl/list-procs.tcl 3 Sep 2015 19:56:23 -0000 1.60.2.5 +++ openacs-4/packages/acs-templating/tcl/list-procs.tcl 12 Sep 2015 16:47:24 -0000 1.60.2.6 @@ -353,8 +353,10 @@ -list_name $name \ -element_name $checkbox_name \ -spec { - label {} - display_template {} + label {} + display_template {} sub_class {narrow} html { align center } } @@ -2246,7 +2248,8 @@ if { $link_url ne "" } { set old_output $output - set output [subst {$old_output$old_output}] + set output [subst {$old_output$old_output}] } return $output