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:
parent
694139d3bb
commit
edb39601c7
@ -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');
|
||||||
|
Loading…
Reference in New Issue
Block a user