From 19bef0eaf7b8c44c7b99da234571834ccc83f48b Mon Sep 17 00:00:00 2001 From: svncommit Date: Sat, 16 Sep 2006 22:58:51 +0000 Subject: code cleanup of HTML editing capability (round 1) --- program/steps/mail/compose.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'program/steps/mail') diff --git a/program/steps/mail/compose.inc b/program/steps/mail/compose.inc index 9b759e6e8..5077d5c16 100644 --- a/program/steps/mail/compose.inc +++ b/program/steps/mail/compose.inc @@ -543,10 +543,10 @@ function rcmail_create_forward_body($body, $bodyIsHtml) "From: %s" . "To: %s" . "
", - $MESSAGE['subject'], - $MESSAGE['headers']->date, - $IMAP->decode_header($MESSAGE['headers']->from), - $IMAP->decode_header($MESSAGE['headers']->to)); + rep_specialchars_output($MESSAGE['subject']), + rep_specialchars_output($MESSAGE['headers']->date), + rep_specialchars_output($IMAP->decode_header($MESSAGE['headers']->from)), + rep_specialchars_output($IMAP->decode_header($MESSAGE['headers']->to))); } // add attachments -- cgit v1.2.3