From cba31b58fb7c6f460284dbdd4f5aa0f8b6213820 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 7 Oct 2009 11:59:01 -0600 Subject: [PATCH] Ensure there is always an ability to bottom post --- imp/lib/Compose.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/lib/Compose.php b/imp/lib/Compose.php index 1c3fbe50f..70ced4f31 100644 --- a/imp/lib/Compose.php +++ b/imp/lib/Compose.php @@ -1324,7 +1324,7 @@ class IMP_Compose '
' . (($msg_text['mode'] == 'text') ? $this->text2html($msg_text['text']) : $msg_text['text']) . '
' . - ($msg_post ? $this->text2html($msg_post) : ''); + ($msg_post ? $this->text2html($msg_post) : '') . '
'; $msg_text['mode'] = 'html'; } else { $msg = empty($msg_text['text']) -- 2.11.0