Index: openacs-4/packages/acs-messaging/tcl/acs-messaging-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-messaging/tcl/acs-messaging-procs.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/acs-messaging/tcl/acs-messaging-procs.tcl 8 Feb 2002 04:52:15 -0000 1.3 +++ openacs-4/packages/acs-messaging/tcl/acs-messaging-procs.tcl 11 Sep 2003 07:44:16 -0000 1.4 @@ -46,7 +46,7 @@ if {[string eq $mime_type "text/plain"]} { set result "
[ad_quotehtml $content]
" } elseif {[string eq $mime_type "text/plain; format=flowed"]} { - set result [ad_text_to_html $content] + set result [ad_text_to_html -- $content] } elseif {[string eq $mime_type "text/html"]} { set result $content } else {