From aa0838492ef9162afc2762f1ac804c879c6c0262 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Sun, 10 Sep 2006 19:56:49 +0000 Subject: [PATCH] Remove an outdated piece of information from Lexer's configuration documentation. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@399 48356398-32a2-884e-a903-53898d9a118a --- library/HTMLPurifier/Lexer.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/library/HTMLPurifier/Lexer.php b/library/HTMLPurifier/Lexer.php index edef8853..c23fcfab 100644 --- a/library/HTMLPurifier/Lexer.php +++ b/library/HTMLPurifier/Lexer.php @@ -8,8 +8,7 @@ HTMLPurifier_ConfigDef::define( 'Core', 'AcceptFullDocuments', true, 'bool', 'This parameter determines whether or not the filter should accept full '. 'HTML documents, not just HTML fragments. When on, it will '. - 'drop all sections except the content between body. Depending on '. - 'the implementation in use, this may speed up document parse times.' + 'drop all sections except the content between body.' ); /**