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.3 -r1.3.4.1 --- openacs-4/packages/forums/tcl/forums-sc-procs.tcl 7 Nov 2003 17:43:33 -0000 1.3 +++ openacs-4/packages/forums/tcl/forums-sc-procs.tcl 6 Jul 2004 15:54:52 -0000 1.3.4.1 @@ -61,13 +61,9 @@ # different subject append combined_content "$subject\n\n" } - - if { $html_p } { - append combined_content [ad_html_to_text -showtags -- $content] - } else { - append combined_content $content - } + append combined_content [ad_html_text_convert -from $format -to text/plain -- $content] + # In case this text is not only used for indexing but also for display, beautify it append combined_content "\n\n" }