Index: openacs-4/packages/news-portlet/www/summary.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news-portlet/www/summary.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/news-portlet/www/summary.tcl 9 Jul 2007 11:05:38 -0000 1.6 +++ openacs-4/packages/news-portlet/www/summary.tcl 9 Nov 2008 23:29:28 -0000 1.7 @@ -76,9 +76,11 @@ set summary_length [news_portlet::get_summary_length] if { [string length $publish_body] > $summary_length } { set publish_body [string_truncate -len $summary_length -- $publish_body] - set more_link "
» [_ news-portlet.Read_more]" + set more_link "

» [_ news-portlet.Read_more]

" } -set publish_body [ad_convert_to_html -html_p $html_p $publish_body] +if { !$html_p } { + set publish_body "

[ad_html_text_convert -from "text/plain" -to "text/html" -- $publish_body]

" +} set display_item_attribution_p [parameter::get_from_package_key -package_key news-portlet -parameter display_item_attribution_p -default 1]