1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-03-20 22:28:25 +00:00
friendica-github/library/HTMLPurifier/Token/Empty.php
2010-09-08 20:14:17 -07:00

11 lines
136 B
PHP

<?php
/**
* Concrete empty token class.
*/
class HTMLPurifier_Token_Empty extends HTMLPurifier_Token_Tag
{
}
// vim: et sw=4 sts=4