Index: openacs-4/packages/lars-blogger/tcl/entry-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lars-blogger/tcl/entry-procs.tcl,v diff -u -r1.9.2.1 -r1.9.2.2 --- openacs-4/packages/lars-blogger/tcl/entry-procs.tcl 24 Nov 2003 13:32:15 -0000 1.9.2.1 +++ openacs-4/packages/lars-blogger/tcl/entry-procs.tcl 9 Jan 2004 08:43:04 -0000 1.9.2.2 @@ -170,10 +170,17 @@ append new_content "$blog(title_url)\n" } append new_content "\n" - append new_content "[ad_convert_to_text -- [ns_adp_parse -string $blog(content)]]\n\n" - append new_content "This entry: $entry_url\n\n" - append new_content "$blog_name: $blog_url\n" + append new_content [ad_html_text_convert \ + -from $blog(content_format) \ + -to "text/plain" -- \ + [ns_adp_parse -string \ + [ad_html_text_convert \ + -from $blog(content_format) \ + -to "text/html" -- $blog(content)]]] \n\n + append new_content "This entry: " $entry_url \n\n + append new_content "$blog_name: " $blog_url \n + # Do the notification for the forum notification::new \ -type_id [notification::type::get_type_id \