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.18 -r1.19 --- openacs-4/packages/ams/tcl/ams-widget-procs.tcl 18 Dec 2005 18:23:22 -0000 1.18 +++ openacs-4/packages/ams/tcl/ams-widget-procs.tcl 4 Jan 2006 09:48:25 -0000 1.19 @@ -458,7 +458,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 @@ -833,7 +834,8 @@ value_html { # We return the original string here without the format part otherwise it will return scaped characters set value [string range $org_value [expr [string length $value_format] + 1] [string length $org_value]] - 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