0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-03-13 01:57:02 +00:00
2008-02-10 22:38:53 +00:00

7 lines
111 B
PHP

<?php
/**
* Concrete empty token class.
*/
class HTMLPurifier_Token_Empty extends HTMLPurifier_Token_Tag {}