Make sure this is 'html', since there is a case where it won't be
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 7 Oct 2009 17:52:23 +0000 (11:52 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 7 Oct 2009 18:30:56 +0000 (12:30 -0600)
imp/lib/Compose.php

index bd94ac8..1c3fbe5 100644 (file)
@@ -1325,6 +1325,7 @@ class IMP_Compose
                    (($msg_text['mode'] == 'text') ? $this->text2html($msg_text['text']) : $msg_text['text']) .
                    '</blockquote>' .
                    ($msg_post ? $this->text2html($msg_post) : '');
+            $msg_text['mode'] = 'html';
         } else {
             $msg = empty($msg_text['text'])
                 ? '[' . _("No message body text") . ']'