Index: openacs-4/packages/acs-templating/tcl/widget-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/widget-procs.tcl,v
diff -u -r1.52.2.3 -r1.52.2.4
--- openacs-4/packages/acs-templating/tcl/widget-procs.tcl 10 Oct 2015 20:01:07 -0000 1.52.2.3
+++ openacs-4/packages/acs-templating/tcl/widget-procs.tcl 26 Oct 2015 09:11:30 -0000 1.52.2.4
@@ -662,7 +662,7 @@
if { [info exists values($value)] } {
lappend selected_list $label
- append output ""
+ append output [subst {}]
}
}
@@ -679,22 +679,22 @@
set label [lindex $option 0]
set value [lindex $option 1]
- append output " $label
\n"
+ append output [subst {>[ns_quotehtml $label]
\n}]
}
}
default {
- append output ""
}