mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-08-01 03:40:14 +02: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:
@@ -131,7 +131,7 @@ if (class_exists('Tidy')) {
|
|||||||
$config = array(
|
$config = array(
|
||||||
'indent' => true,
|
'indent' => true,
|
||||||
'output-xhtml' => true,
|
'output-xhtml' => true,
|
||||||
'wrap' => 100
|
'wrap' => 80
|
||||||
);
|
);
|
||||||
$tidy = new Tidy;
|
$tidy = new Tidy;
|
||||||
$tidy->parseString($html_output, $config, 'utf8');
|
$tidy->parseString($html_output, $config, 'utf8');
|
||||||
|
Reference in New Issue
Block a user