/include/htmlpurifier-4.3.0/library/HTMLPurifier/Token/Empty.php
https://github.com/radicaldesigns/amp · PHP · 11 lines · 4 code · 3 blank · 4 comment · 0 complexity · b38096253b7361aa606beabbd361e744 MD5 · raw file
- <?php
- /**
- * Concrete empty token class.
- */
- class HTMLPurifier_Token_Empty extends HTMLPurifier_Token_Tag
- {
- }
- // vim: et sw=4 sts=4