Ensure there is always an ability to bottom post
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 7 Oct 2009 17:59:01 +0000 (11:59 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 7 Oct 2009 18:31:06 +0000 (12:31 -0600)
imp/lib/Compose.php

index 1c3fbe5..70ced4f 100644 (file)
@@ -1324,7 +1324,7 @@ class IMP_Compose
                    '<blockquote type="cite">' .
                    (($msg_text['mode'] == 'text') ? $this->text2html($msg_text['text']) : $msg_text['text']) .
                    '</blockquote>' .
-                   ($msg_post ? $this->text2html($msg_post) : '');
+                   ($msg_post ? $this->text2html($msg_post) : '') . '<br />';
             $msg_text['mode'] = 'html';
         } else {
             $msg = empty($msg_text['text'])