From: Michael M Slusarz Date: Tue, 11 Nov 2008 19:42:04 +0000 (-0700) Subject: Fix status text output. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=4231c767f95a44b9f83af5371bb7c11cbed7bd10;p=horde.git Fix status text output. --- diff --git a/framework/Mime/lib/Horde/Mime/Viewer/html.php b/framework/Mime/lib/Horde/Mime/Viewer/html.php index bd96e75eb..7dd3f7cfa 100644 --- a/framework/Mime/lib/Horde/Mime/Viewer/html.php +++ b/framework/Mime/lib/Horde/Mime/Viewer/html.php @@ -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' ); }