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

index db064f6..7124d69 100644 (file)
--- a/View.php
+++ b/View.php
@@ -38,7 +38,7 @@ class Pman_Ftp_View extends Pman_Ftp_List
                     @dl('tidy');
                     //if (class_exists('Tidy')) {
                         $tidy = new Tidy();
-                        $tidy->parseString($fc, array('intent'=>true), 'utf8');
+                        $tidy->parseString($fc, array('indent'=>true), 'utf8');
                         $tidy->cleanRepair();
                         $fc = $tidy->toString();
                     //}