From: Alan Knowles Date: Thu, 8 Nov 2012 06:59:58 +0000 (+0800) Subject: View.php X-Git-Url: http://git.roojs.org/?p=Pman.Ftp;a=commitdiff_plain;h=1b8dcde57b564d2e987f7522fc8465ed7c04aca7 View.php --- diff --git a/View.php b/View.php index f7e5399..52f0f2f 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,'output-xml' => true,'output-html' => false), 'utf8'); + $tidy->parseString($fc, array('indent'=>true,'output-xml' => true,'input-xml' => true), 'utf8'); // $tidy->cleanRepair(); $fc = (string)$tidy;