From: Michael M Slusarz Date: Thu, 21 Jan 2010 19:10:58 +0000 (-0700) Subject: Can't use inaccessible CSS classes here X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=eecbfcce7d795c9e0651a163b66e5628ac571d8e;p=horde.git Can't use inaccessible CSS classes here --- diff --git a/framework/Mime/lib/Horde/Mime/Viewer/Plain.php b/framework/Mime/lib/Horde/Mime/Viewer/Plain.php index a87ae7635..4e3a1be05 100644 --- a/framework/Mime/lib/Horde/Mime/Viewer/Plain.php +++ b/framework/Mime/lib/Horde/Mime/Viewer/Plain.php @@ -43,7 +43,7 @@ class Horde_Mime_Viewer_Plain extends Horde_Mime_Viewer_Driver return array( $this->_mimepart->getMimeId() => array( - 'data' => '' . Horde_Text_Filter::filter($text, 'text2html', array('parselevel' => Horde_Text_Filter_Text2html::MICRO, 'charset' => $charset, 'class' => null)) . '', + 'data' => '' . Horde_Text_Filter::filter($text, 'text2html', array('parselevel' => Horde_Text_Filter_Text2html::MICRO, 'charset' => $charset, 'class' => null)) . '', 'status' => array(), 'type' => 'text/html; charset=' . $charset )