From: Michael M Slusarz Date: Wed, 7 Oct 2009 17:59:01 +0000 (-0600) Subject: Ensure there is always an ability to bottom post X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=cba31b58fb7c6f460284dbdd4f5aa0f8b6213820;p=horde.git Ensure there is always an ability to bottom post --- 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'])