Can't use inaccessible CSS classes here
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 21 Jan 2010 19:10:58 +0000 (12:10 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 21 Jan 2010 19:10:58 +0000 (12:10 -0700)
framework/Mime/lib/Horde/Mime/Viewer/Plain.php

index a87ae76..4e3a1be 100644 (file)
@@ -43,7 +43,7 @@ class Horde_Mime_Viewer_Plain extends Horde_Mime_Viewer_Driver
 
         return array(
             $this->_mimepart->getMimeId() => array(
-                'data' => '<html><body><span class="fixed">' . Horde_Text_Filter::filter($text, 'text2html', array('parselevel' => Horde_Text_Filter_Text2html::MICRO, 'charset' => $charset, 'class' => null)) . '</span></body></html>',
+                'data' => '<html><body><tt>' . Horde_Text_Filter::filter($text, 'text2html', array('parselevel' => Horde_Text_Filter_Text2html::MICRO, 'charset' => $charset, 'class' => null)) . '</tt></body></html>',
                 'status' => array(),
                 'type' => 'text/html; charset=' . $charset
             )