projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22b8ebf
)
Correctly identify charset of HTML data
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 7 Jul 2009 19:57:28 +0000
(13:57 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 7 Jul 2009 19:57:28 +0000
(13:57 -0600)
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
ddb4bd8
..
9fe00ca
100644
(file)
--- a/
imp/lib/Mime/Viewer/Html.php
+++ b/
imp/lib/Mime/Viewer/Html.php
@@
-117,7
+117,7
@@
class IMP_Horde_Mime_Viewer_Html extends Horde_Mime_Viewer_Html
}
/* Sanitize the HTML. */
- $cleanhtml = $this->_cleanHTML($data, $inline);
+ $cleanhtml = $this->_cleanHTML($data, $inline
, $msg_charset
);
$data = $cleanhtml['html'];
/* We are done processing if in mimp mode. */