View.php
authorAlan Knowles <alan@roojs.com>
Thu, 8 Nov 2012 06:58:04 +0000 (14:58 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 8 Nov 2012 06:58:04 +0000 (14:58 +0800)
View.php

index c251ec5..2c3d6f3 100644 (file)
--- 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;
                     
                 }