0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-12-22 08:21:52 +00:00

Ehh... I liked 80-char linewrap better.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@408 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang 2006-09-10 23:02:36 +00:00
parent edb39601c7
commit bfb642d32c

View File

@ -131,7 +131,7 @@ if (class_exists('Tidy')) {
$config = array(
'indent' => true,
'output-xhtml' => true,
'wrap' => 100
'wrap' => 80
);
$tidy = new Tidy;
$tidy->parseString($html_output, $config, 'utf8');