1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-04-01 16:40:14 +00:00
friendica-github/library/HTMLPurifier/Token/Empty.php

11 lines
136 B
PHP
Executable file

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