Index: openacs-4/www/templates/widgets/news.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/www/templates/widgets/Attic/news.tcl,v diff -u -r1.1.2.2 -r1.1.2.3 --- openacs-4/www/templates/widgets/news.tcl 26 Aug 2008 23:29:42 -0000 1.1.2.2 +++ openacs-4/www/templates/widgets/news.tcl 20 Feb 2009 18:37:57 -0000 1.1.2.3 @@ -30,7 +30,7 @@ regsub -all {/} $publish_title { / } publish_title if { !$html_p } { - set publish_body [ad_convert_to_html $publish_body] + set publish_body [ad_text_to_html $publish_body] } }