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.17.4.2 -r1.17.4.3 --- openacs-4/packages/notifications/tcl/sweep-procs.tcl 14 Jul 2004 20:42:08 -0000 1.17.4.2 +++ openacs-4/packages/notifications/tcl/sweep-procs.tcl 15 Nov 2004 20:48:52 -0000 1.17.4.3 @@ -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 }