1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-02-15 17:46:41 +00:00

11 lines
135 B
PHP
Raw Normal View History

2016-07-19 00:39:37 +08:00
<?php
/**
* Concrete start token class.
*/
class HTMLPurifier_Token_Start extends HTMLPurifier_Token_Tag
{
}
// vim: et sw=4 sts=4