projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80d5ec9
)
Fix typo
author
Michael M Slusarz
<slusarz@curecanti.org>
Sat, 2 Oct 2010 06:20:48 +0000
(
00:20
-0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Sat, 2 Oct 2010 06:20:48 +0000
(
00:20
-0600)
imp/message-dimp.php
patch
|
blob
|
history
diff --git
a/imp/message-dimp.php
b/imp/message-dimp.php
index
6afe93c
..
7f11c2c
100644
(file)
--- a/
imp/message-dimp.php
+++ b/
imp/message-dimp.php
@@
-183,7
+183,7
@@
if (isset($show_msg_result['atc_label'])) {
$t->set('msgtext', $show_msg_result['msgtext']);
if (!$disable_compose) {
- $t->set('html', $compose_result['html'])
{
+ $t->set('html', $compose_result['html'])
;
$t->set('reply_list', $show_msg_result['list_info']['exists']);
$t->set('forward_select', !$prefs->isLocked('forward_default'));
}