From a28d4a54f4db471769d2ca205955c7639695fe88 Mon Sep 17 00:00:00 2001 From: estadtherr Date: Sat, 16 Sep 2006 22:58:51 +0000 Subject: code cleanup of HTML editing capability (round 1) git-svn-id: https://svn.roundcube.net/trunk@347 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/compose.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'roundcubemail/program/steps') diff --git a/roundcubemail/program/steps/mail/compose.inc b/roundcubemail/program/steps/mail/compose.inc index 9b759e6e8..5077d5c16 100644 --- a/roundcubemail/program/steps/mail/compose.inc +++ b/roundcubemail/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