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