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

index bea0a70..64c7f8d 100644 (file)
--- a/View.php
+++ b/View.php
@@ -36,12 +36,12 @@ class Pman_Ftp_View extends Pman_Ftp_List
                 if (preg_match('#^\s*<\?xml.*encoding="([^"]+)"#mi', $fc, $matches)) {
                     $fc = iconv($matches[1], "UTF8//IGNORE", $fc);
                     @dl('tidy');
-                    if (class_exists('Tidy')) {
+                    //if (class_exists('Tidy')) {
                         $tidy = new Tidy();
                         $tidy->parseString($fc);
                         $tidy->cleanRepair();
                         $fc = $tidy->toString();
-                    }
+                    //}
                 }