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.50 -r1.50.8.1 --- openacs-4/packages/acs-templating/tcl/widget-procs.tcl 8 Sep 2008 18:50:15 -0000 1.50 +++ openacs-4/packages/acs-templating/tcl/widget-procs.tcl 13 Sep 2013 12:02:23 -0000 1.50.8.1 @@ -401,7 +401,7 @@ } if { [info exists element(value)] } { - append output " value=\"[template::util::quote_html $element(value)]\"" + append output " value=\"[ad_quotehtml $element(value)]\"" } foreach name [array names attributes] { @@ -655,7 +655,7 @@ set label [lindex $option 0] set value [lindex $option 1] - append output "