Skip to content

Commit

Permalink
Perform tidy config
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesbh committed Jul 31, 2013
1 parent cd6a55a commit ac22e2e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ac22e2e

Please sign in to comment.