projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f96142
)
Make sure this is 'html', since there is a case where it won't be
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 7 Oct 2009 17:52:23 +0000
(11:52 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 7 Oct 2009 18:30:56 +0000
(12:30 -0600)
imp/lib/Compose.php
patch
|
blob
|
history
diff --git
a/imp/lib/Compose.php
b/imp/lib/Compose.php
index
bd94ac8
..
1c3fbe5
100644
(file)
--- a/
imp/lib/Compose.php
+++ b/
imp/lib/Compose.php
@@
-1325,6
+1325,7
@@
class IMP_Compose
(($msg_text['mode'] == 'text') ? $this->text2html($msg_text['text']) : $msg_text['text']) .
'</blockquote>' .
($msg_post ? $this->text2html($msg_post) : '');
+ $msg_text['mode'] = 'html';
} else {
$msg = empty($msg_text['text'])
? '[' . _("No message body text") . ']'