0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-03-13 10:07:03 +00:00

7 lines
111 B
PHP
Raw Normal View History

<?php
/**
* Concrete start token class.
*/
class HTMLPurifier_Token_Start extends HTMLPurifier_Token_Tag {}