From: Michael M Slusarz Date: Wed, 7 Oct 2009 17:52:23 +0000 (-0600) Subject: Make sure this is 'html', since there is a case where it won't be X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=059277d180001a59e17b443bee9aff481f4b8f32;p=horde.git Make sure this is 'html', since there is a case where it won't be --- 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") . ']'