Fix typo
authorMichael M Slusarz <slusarz@curecanti.org>
Sat, 2 Oct 2010 06:20:48 +0000 (00:20 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Sat, 2 Oct 2010 06:20:48 +0000 (00:20 -0600)
imp/message-dimp.php

index 6afe93c..7f11c2c 100644 (file)
@@ -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'));
 }