1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-03 20:58:11 +02:00

Rename PureHTMLDefinition -> HTMLPurifier_Definition, and internal classes too.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@69 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2006-07-21 23:38:44 +00:00
parent 436873e227
commit 404ca68c87
4 changed files with 37 additions and 37 deletions

View File

@@ -9,7 +9,7 @@ class HTMLPurifier
function HTMLPurifier() {
$this->lexer = new HTMLPurifier_Lexer();
$this->definition = new PureHTMLDefinition();
$this->definition = new HTMLPurifier_Definition();
$this->generator = new HTMLPurifier_Generator();
}