Index: openacs-4/packages/news/www/item.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/www/item.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/news/www/item.tcl 29 Oct 2002 08:01:14 -0000 1.7 +++ openacs-4/packages/news/www/item.tcl 11 Sep 2003 07:46:47 -0000 1.8 @@ -56,7 +56,7 @@ # text-only body if {[info exists html_p] && [string equal $html_p "f"]} { - set publish_body "[ad_text_to_html $publish_body]" + set publish_body [ad_text_to_html -- $publish_body] } if { [ad_parameter SolicitCommentsP "news" 0] &&