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

Regenerate HTMLPurifier.includes.php, and fix parse errors.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1545 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2008-02-10 22:47:08 +00:00
parent 66229121bf
commit de6e024464
6 changed files with 23 additions and 4 deletions

View File

@@ -7,4 +7,7 @@
* is for optimization reasons, as under normal circumstances, the Lexers
* do not pass attributes.
*/
class HTMLPurifier_Token_End extends HTMLPurifier_Token_Tag {}
class HTMLPurifier_Token_End extends HTMLPurifier_Token_Tag
{
}