1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 15:55:55 +00:00
Files
tt-rss/lib/htmlpurifier/library/HTMLPurifier/Token/Empty.php

12 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