From: Michael M Slusarz Date: Mon, 28 Sep 2009 17:46:17 +0000 (-0600) Subject: Fix replacement string X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=741ec47be78a89d1019a6282ff67f422f801bc6c;p=horde.git Fix replacement string --- diff --git a/imp/lib/Mime/Viewer/Html.php b/imp/lib/Mime/Viewer/Html.php index a39acbfcb..21a56ec4b 100644 --- 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], '\'" '))) . '"'; } /**