1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-04 05:07:55 +02:00

[1.2.0] Documentation updated

- Moved docs from EntityParser to Encoder
- Removed/updated docs in Generator

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@490 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2006-10-09 16:07:35 +00:00
parent 13790c6db2
commit fb38b02135
4 changed files with 25 additions and 27 deletions

View File

@@ -1,7 +1,5 @@
<?php
// pretty-printing with indentation would be pretty cool
require_once 'HTMLPurifier/Lexer.php';
HTMLPurifier_ConfigSchema::define(
@@ -52,6 +50,7 @@ class HTMLPurifier_Generator
/**
* Bool cache of %Core.XHTML
* @private
*/
var $_xhtml = true;