Fix HTML display in MIMP
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 20 Jan 2009 04:46:40 +0000 (21:46 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 20 Jan 2009 05:05:30 +0000 (22:05 -0700)
imp/lib/Mime/Viewer/html.php

index 33f60de..d0f2278 100644 (file)
@@ -140,7 +140,7 @@ class IMP_Horde_Mime_Viewer_html extends Horde_Mime_Viewer_html
             $data = Text_Filter::filter($data, 'html2text');
 
             // Filter bad language.
-            return IMP::filterText($data);
+            return array('html' => IMP::filterText($data), 'status' => array());
         }
 
         /* Reset absolutely positioned elements. */