Index: openacs-4/packages/news/www/item.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/www/item.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/news/www/item.tcl 5 Sep 2002 10:49:47 -0000 1.5 +++ openacs-4/packages/news/www/item.tcl 17 Sep 2002 21:51:05 -0000 1.6 @@ -56,7 +56,7 @@ # text-only body if {[info exists html_p] && [string equal $html_p "f"]} { - set publish_body "
[ad_quotehtml $publish_body]
" + set publish_body "[ad_text_to_html $publish_body]" } if { [ad_parameter SolicitCommentsP "news" 0] && @@ -71,14 +71,14 @@ set title $publish_title set context [list $title] + set publish_title {} } else { set context {} set title "Error" } -ad_return_template @@ -95,3 +95,4 @@ +