From 95ccf781425b6deb9b2dc45310e9f0824fe44503 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 8 Nov 2012 14:37:00 +0800 Subject: [PATCH] View.php --- View.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/View.php b/View.php index db064f6..7124d69 100644 --- 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(); //} -- 2.39.2