From ac22e2eaee14a56a3945e3e510de6b4215a93b3e Mon Sep 17 00:00:00 2001 From: Jacques Bodin-Hullin Date: Wed, 31 Jul 2013 17:05:53 +0200 Subject: [PATCH] Perform tidy config --- Installer.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Installer.php b/Installer.php index fa81e9d..dc8094a 100755 --- a/Installer.php +++ b/Installer.php @@ -2371,7 +2371,11 @@ public function writeConfig() 'output-xml' => true, 'add-xml-space' => false, 'indent-spaces' => 4, - 'wrap' => 300 + 'wrap' => 0, + 'escape-cdata' => false, + 'wrap-sections' => false, + 'indent-cdata' => false, + 'output-encoding' => 'utf8', )); $tidy->cleanRepair(); file_put_contents($this->getConfigFilename(), (string) $tidy);