From 699b0674d7e3556cfad75d676aaf91d263b7b77a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 8 Nov 2012 14:50:17 +0800 Subject: [PATCH] View.php --- View.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/View.php b/View.php index 2baec72..4a2cc60 100644 --- a/View.php +++ b/View.php @@ -39,7 +39,7 @@ class Pman_Ftp_View extends Pman_Ftp_List //} } if ($mt == 'application/xml') { - @dl('tidy'); + dl('tidy'); //if (class_exists('Tidy')) { $tidy = new Tidy(); -- 2.39.2