1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-10-16 06:26:08 +02:00

Rename HTML_Generator to HTMLPurifier_Generator.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@66 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2006-07-21 23:10:30 +00:00
parent 6a6afaccc5
commit ccebe77e70
6 changed files with 10 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ class HTML_Purifier
function HTML_Purifier() {
$this->lexer = new HTMLPurifier_Lexer();
$this->definition = new PureHTMLDefinition();
$this->generator = new HTML_Generator();
$this->generator = new HTMLPurifier_Generator();
}
function purify($html) {