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 @@ + Index: openacs-4/packages/news/www/news.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/www/news.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/news/www/news.adp 20 Apr 2001 20:51:14 -0000 1.1 +++ openacs-4/packages/news/www/news.adp 17 Sep 2002 21:51:05 -0000 1.2 @@ -1,8 +1,6 @@ <% # This is the default template to render news items in admin/. Comments are not shown here %> - +@publish_title@
-

@publish_title@

- @publish_body@

Contributed by @creator_link@ Index: openacs-4/packages/news/www/preview.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/www/preview.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/news/www/preview.tcl 5 Sep 2002 10:49:47 -0000 1.4 +++ openacs-4/packages/news/www/preview.tcl 17 Sep 2002 21:51:05 -0000 1.5 @@ -148,7 +148,7 @@ set creator_link "$creator_name" if { [info exists html_p] && [string match $html_p "f"] } { - set publish_body "

[ad_quotehtml $publish_body]
" + set publish_body "[ad_text_to_html $publish_body]" } ad_return_template Index: openacs-4/packages/news/www/admin/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/www/admin/index.adp,v diff -u -r1.5 -r1.6 --- openacs-4/packages/news/www/admin/index.adp 6 Sep 2002 21:50:53 -0000 1.5 +++ openacs-4/packages/news/www/admin/index.adp 17 Sep 2002 21:51:06 -0000 1.6 @@ -5,8 +5,6 @@