Fix typo
authorMichael M Slusarz <slusarz@curecanti.org>
Sun, 3 Oct 2010 20:29:45 +0000 (14:29 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Sun, 3 Oct 2010 20:29:45 +0000 (14:29 -0600)
framework/Mime_Viewer/lib/Horde/Mime/Viewer/Html.php

index e5c4938..b44c405 100644 (file)
@@ -97,7 +97,7 @@ class Horde_Mime_Viewer_Html extends Horde_Mime_Viewer_Base
 
         return $this->_renderReturn(
             Horde_String::convertCharset($html, $this->_mimepart->getCharset(), 'UTF-8'),
-            'type' => 'text/html; charset=UTF-8'
+            'text/html; charset=UTF-8'
         );
     }