projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18e3632
)
Ensure there is always an ability to bottom post
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 7 Oct 2009 17:59:01 +0000
(11:59 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 7 Oct 2009 18:31:06 +0000
(12:31 -0600)
imp/lib/Compose.php
patch
|
blob
|
history
diff --git
a/imp/lib/Compose.php
b/imp/lib/Compose.php
index
1c3fbe5
..
70ced4f
100644
(file)
--- a/
imp/lib/Compose.php
+++ b/
imp/lib/Compose.php
@@
-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'])