From f5eceb60f1ce5d39392e6f5ed0c09cb067f5ff82 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 8 Nov 2012 14:58:04 +0800 Subject: [PATCH] View.php --- View.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/View.php b/View.php index c251ec5..2c3d6f3 100644 --- a/View.php +++ b/View.php @@ -46,7 +46,7 @@ class Pman_Ftp_View extends Pman_Ftp_List $tidy->parseString($fc, array('indent'=>true,'output-xml' => true), 'utf8'); - $tidy->cleanRepair(); + // $tidy->cleanRepair(); $fc = (string)$tidy; } -- 2.39.2