]> git.wh0rd.org - tt-rss.git/blob - lib/htmlpurifier/library/HTMLPurifier/Token/Empty.php
Revert "remove htmlpurifier"
[tt-rss.git] / lib / htmlpurifier / library / HTMLPurifier / Token / Empty.php
1 <?php
2
3 /**
4 * Concrete empty token class.
5 */
6 class HTMLPurifier_Token_Empty extends HTMLPurifier_Token_Tag
7 {
8
9 }
10
11 // vim: et sw=4 sts=4