projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
006703a
)
Missed a place to indicate HTML images are blocked
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 26 Jul 2010 21:15:33 +0000
(15:15 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 26 Jul 2010 23:33:43 +0000
(17:33 -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
aba2429
..
484cb8a
100644
(file)
--- a/
imp/lib/Mime/Viewer/Html.php
+++ b/
imp/lib/Mime/Viewer/Html.php
@@
-363,6
+363,7
@@
class IMP_Horde_Mime_Viewer_Html extends Horde_Mime_Viewer_Html
protected function _styleCallback($matches)
{
$this->_imptmp['node']->setAttribute('htmlimgblocked', $matches[2]);
+ $this->_imptmp['imgblock'] = true;
return $matches[1] . $this->_imptmp['blockimg'] . $matches[3];
}