From edb39601c71ebffc623c0db3e7864f615f033061 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Sun, 10 Sep 2006 22:55:58 +0000 Subject: [PATCH] Increase wrap slightly. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@407 48356398-32a2-884e-a903-53898d9a118a --- configdoc/generate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configdoc/generate.php b/configdoc/generate.php index 49274e97..e2c079e7 100644 --- a/configdoc/generate.php +++ b/configdoc/generate.php @@ -131,7 +131,7 @@ if (class_exists('Tidy')) { $config = array( 'indent' => true, 'output-xhtml' => true, - 'wrap' => 80 + 'wrap' => 100 ); $tidy = new Tidy; $tidy->parseString($html_output, $config, 'utf8');