projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a004f1
)
Fix HTML display in MIMP
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 20 Jan 2009 04:46:40 +0000
(21:46 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 20 Jan 2009 05:05:30 +0000
(22:05 -0700)
imp/lib/Mime/Viewer/html.php
patch
|
blob
|
history
diff --git
a/imp/lib/Mime/Viewer/html.php
b/imp/lib/Mime/Viewer/html.php
index
33f60de
..
d0f2278
100644
(file)
--- a/
imp/lib/Mime/Viewer/html.php
+++ b/
imp/lib/Mime/Viewer/html.php
@@
-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. */