Index: openacs-4/packages/acs-tcl/tcl/html-email-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/html-email-procs.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-tcl/tcl/html-email-procs.tcl 6 Nov 2003 17:06:37 -0000 1.3 +++ openacs-4/packages/acs-tcl/tcl/html-email-procs.tcl 7 Nov 2003 17:43:33 -0000 1.4 @@ -147,7 +147,7 @@ } if { [info exists html] } { - set body [ad_html_to_text $html] + set body [ad_html_to_text -- $html] } elseif { [info exists plain] } { set body $plain } else {