From bfb642d32c95bf4b0a0b63ccbc8b12dbf75f245b Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Sun, 10 Sep 2006 23:02:36 +0000 Subject: [PATCH] Ehh... I liked 80-char linewrap better. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@408 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 e2c079e7..49274e97 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' => 100 + 'wrap' => 80 ); $tidy = new Tidy; $tidy->parseString($html_output, $config, 'utf8');