0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-01-03 05:11:52 +00:00

Increase wrap slightly.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@407 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang 2006-09-10 22:55:58 +00:00
parent 694139d3bb
commit edb39601c7

View File

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