This allows the cursor to be placed after the blockquote
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 21 Sep 2010 20:23:11 +0000 (14:23 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 22 Sep 2010 03:20:01 +0000 (21:20 -0600)
imp/lib/Compose.php

index a476836..a9ed9b3 100644 (file)
@@ -1538,7 +1538,7 @@ class IMP_Compose
             $msg = '<p>' . $this->text2html(trim($msg_pre)) . '</p>' .
                    '<blockquote type="cite" style="background-color:#f0f0f0;border-left:1px solid blue;padding-left:1em;">' .
                    (($msg_text['mode'] == 'text') ? $this->text2html($msg_text['text']) : $msg_text['text']) .
-                   '</blockquote>' .
+                   '</blockquote><br />' .
                    ($msg_post ? $this->text2html($msg_post) : '') . '<br />';
             $msg_text['mode'] = 'html';
         } else {