Index: openacs-4/packages/forums/tcl/forums-sc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/tcl/forums-sc-procs.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/forums/tcl/forums-sc-procs.tcl 1 Nov 2003 08:45:38 -0000 1.2 +++ openacs-4/packages/forums/tcl/forums-sc-procs.tcl 7 Nov 2003 17:43:33 -0000 1.3 @@ -63,7 +63,7 @@ } if { $html_p } { - append combined_content [ad_html_to_text -showtags $content] + append combined_content [ad_html_to_text -showtags -- $content] } else { append combined_content $content }