From 059277d180001a59e17b443bee9aff481f4b8f32 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 7 Oct 2009 11:52:23 -0600 Subject: [PATCH] Make sure this is 'html', since there is a case where it won't be --- imp/lib/Compose.php | 1 + 1 file changed, 1 insertion(+) diff --git a/imp/lib/Compose.php b/imp/lib/Compose.php index bd94ac82b..1c3fbe50f 100644 --- a/imp/lib/Compose.php +++ b/imp/lib/Compose.php @@ -1325,6 +1325,7 @@ class IMP_Compose (($msg_text['mode'] == 'text') ? $this->text2html($msg_text['text']) : $msg_text['text']) . '' . ($msg_post ? $this->text2html($msg_post) : ''); + $msg_text['mode'] = 'html'; } else { $msg = empty($msg_text['text']) ? '[' . _("No message body text") . ']' -- 2.11.0