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

12 lines
136 B
PHP
Executable File

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