/plugins/html_purifier/htmlpurifier-4.0.0/library/HTMLPurifier/Token/Empty.php
http://0byte.googlecode.com/ · PHP · 11 lines · 4 code · 3 blank · 4 comment · 0 complexity · cf494a7f13f060e24eec652b154d6664 MD5 · raw file
- <?php
-
- /**
- * Concrete empty token class.
- */
- class HTMLPurifier_Token_Empty extends HTMLPurifier_Token_Tag
- {
-
- }
-
- // vim: et sw=4 sts=4