Index: openacs-4/packages/ams/tcl/ams-widget-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ams/tcl/ams-widget-procs.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/ams/tcl/ams-widget-procs.tcl 9 Sep 2005 14:06:12 -0000 1.10 +++ openacs-4/packages/ams/tcl/ams-widget-procs.tcl 23 Oct 2005 10:45:58 -0000 1.11 @@ -893,7 +893,8 @@ return ${value} } value_html { - return [ad_html_text_convert -from "text/plain" -to "text/html" -- ${value}] +# return [ad_html_text_convert -from "text/plain" -to "text/html" -- ${value}] + return ${value} } csv_value { # not yet implemented @@ -969,7 +970,8 @@ return ${value} } value_html { - return [ad_html_text_convert -from "text/plain" -to "text/html" -- ${value}] +# return [ad_html_text_convert -from "text/plain" -to "text/html" -- ${value}] + return ${value} } csv_value { # not yet implemented