projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6ca40d
)
Fix replacement string
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 28 Sep 2009 17:46:17 +0000
(11:46 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 28 Sep 2009 17:46:17 +0000
(11:46 -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
a39acbf
..
21a56ec
100644
(file)
--- a/
imp/lib/Mime/Viewer/Html.php
+++ b/
imp/lib/Mime/Viewer/Html.php
@@
-284,7
+284,7
@@
class IMP_Horde_Mime_Viewer_Html extends Horde_Mime_Viewer_Html
return empty($matches[2])
? $matches[1] . '"' . $this->_blockimg . '" htmlimgblocked="' . rawurlencode(str_replace('&', '&', trim($matches[5], '\'" '))) . '"'
- : $matches[1] . "'" . $this->_blockimg . '\')' . $matches[6] . '" htmlimgblocked="' . rawurlencode(str_replace('&', '&', trim($matches[5], '\'" ')));
+ : $matches[1] . "'" . $this->_blockimg . '\')' . $matches[6] . '" htmlimgblocked="' . rawurlencode(str_replace('&', '&', trim($matches[5], '\'" ')))
. '"'
;
}
/**