Index: openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl,v diff -u -r1.38 -r1.39 --- openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 14 May 2004 10:54:27 -0000 1.38 +++ openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 23 Jun 2004 17:25:01 -0000 1.39 @@ -1273,6 +1273,15 @@

+ Example: ad_html_text_convert -from "text/html" -to "text/plain" -- "text" + +

+ + Putting in the -- prevents Tcl from treating a - in text portion + from being treated as a parameter. + +

+ Html to html closes any unclosed html tags (see util_close_html_tags).