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.7 -r1.8 --- openacs-4/packages/ams/tcl/ams-widget-procs.tcl 19 Jun 2005 09:24:02 -0000 1.7 +++ openacs-4/packages/ams/tcl/ams-widget-procs.tcl 21 Jul 2005 21:03:27 -0000 1.8 @@ -451,7 +451,7 @@ 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}] } csv_value { # not yet implemented @@ -522,7 +522,7 @@ 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}] } csv_value { # not yet implemented @@ -595,7 +595,7 @@ 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}] } csv_value { # not yet implemented @@ -668,7 +668,7 @@ 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}] } csv_value { # not yet implemented @@ -743,7 +743,7 @@ 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}] } csv_value { # not yet implemented @@ -817,7 +817,7 @@ 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}] } csv_value { # not yet implemented @@ -891,7 +891,7 @@ 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}] } csv_value { # not yet implemented @@ -967,7 +967,7 @@ 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}] } csv_value { # not yet implemented @@ -1041,7 +1041,7 @@ 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}] } csv_value { # not yet implemented @@ -1115,7 +1115,7 @@ 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}] } csv_value { # not yet implemented