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 -N -r1.28 -r1.29 --- openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 7 Nov 2003 17:35:42 -0000 1.28 +++ openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 8 Nov 2003 08:30:15 -0000 1.29 @@ -1435,7 +1435,7 @@ set string [util_close_html_tags $string] } else { if { $no_format_p } { - set string [ad_html_to_text -no_format $string] + set string [ad_html_to_text -no_format -- $string] } else { set string [ad_html_to_text -- $string] }