Fix status text output.
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 11 Nov 2008 19:42:04 +0000 (12:42 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 11 Nov 2008 19:42:04 +0000 (12:42 -0700)
framework/Mime/lib/Horde/Mime/Viewer/html.php

index bd96e75..7dd3f7c 100644 (file)
@@ -161,7 +161,7 @@ class Horde_Mime_Viewer_html extends Horde_Mime_Viewer_Driver
             }
 
             $status[] = array(
-                'text' => $phish_warning,
+                'text' => array($phish_warning),
                 'type' => 'warning'
             );
         }