Index: openacs-4/packages/assessment/tcl/as-item-display-cb-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/as-item-display-cb-procs.tcl,v diff -u -r1.12.2.1 -r1.12.2.2 --- openacs-4/packages/assessment/tcl/as-item-display-cb-procs.tcl 31 May 2005 23:13:00 -0000 1.12.2.1 +++ openacs-4/packages/assessment/tcl/as-item-display-cb-procs.tcl 11 Mar 2006 20:18:30 -0000 1.12.2.2 @@ -132,7 +132,7 @@ if {$required_p != "t"} { set optional ",optional" } - set param_list [list [list label $title] [list help_text $subtext] [list values $default_value] [list options $data] [list html $type(html_display_options)]] + set param_list [list [list label \$title] [list help_text \$subtext] [list values \$default_value] [list options \$data] [list html \$type(html_display_options)]] set element_params [concat [list "$element\:text(checkbox)$optional"] $param_list] ad_form -extend -name $form -form [list $element_params]