Index: openacs-4/packages/notifications/tcl/sweep-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/tcl/sweep-procs.tcl,v diff -u -N -r1.19 -r1.20 --- openacs-4/packages/notifications/tcl/sweep-procs.tcl 24 Jul 2004 08:34:45 -0000 1.19 +++ openacs-4/packages/notifications/tcl/sweep-procs.tcl 13 Jan 2005 13:58:33 -0000 1.20 @@ -125,11 +125,11 @@ set notif_html [ns_set get $notif notif_html] if {[empty_string_p $notif_text]} { - set notif_text [ad_html_text_convert -from html -to text $notif_html] + set notif_text [ad_html_text_convert -from html -to text -- $notif_html] } if {[empty_string_p $notif_html]} { - set notif_html [ad_html_text_convert -from text -to html $notif_text] + set notif_html [ad_html_text_convert -from text -to html -- $notif_text] } else { set html_content_p 1 }