0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-12-22 16:31:53 +00:00

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
This commit is contained in:
Edward Z. Yang 2006-09-10 19:56:49 +00:00
parent df075c96e0
commit aa0838492e

View File

@ -8,8 +8,7 @@ HTMLPurifier_ConfigDef::define(
'Core', 'AcceptFullDocuments', true, 'bool', 'Core', 'AcceptFullDocuments', true, 'bool',
'This parameter determines whether or not the filter should accept full '. 'This parameter determines whether or not the filter should accept full '.
'HTML documents, not just HTML fragments. When on, it will '. 'HTML documents, not just HTML fragments. When on, it will '.
'drop all sections except the content between body. Depending on '. 'drop all sections except the content between body.'
'the implementation in use, this may speed up document parse times.'
); );
/** /**