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.9.2.11 -r1.9.2.12 --- openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 15 May 2003 14:08:52 -0000 1.9.2.11 +++ openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 16 Nov 2003 12:36:00 -0000 1.9.2.12 @@ -1418,7 +1418,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] }