Index: openacs-4/packages/assessment/tcl/as-item-display-sb-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/as-item-display-sb-procs.tcl,v diff -u -r1.10.2.2 -r1.10.2.3 --- openacs-4/packages/assessment/tcl/as-item-display-sb-procs.tcl 29 Oct 2005 19:52:53 -0000 1.10.2.2 +++ openacs-4/packages/assessment/tcl/as-item-display-sb-procs.tcl 11 Mar 2006 20:18:30 -0000 1.10.2.3 @@ -145,7 +145,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($widget)$optional"] $param_list] ad_form -extend -name $form -form [list $element_params]