mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-12-23 00:41:52 +00:00
0eadf98ee2
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1543 48356398-32a2-884e-a903-53898d9a118a
7 lines
111 B
PHP
7 lines
111 B
PHP
<?php
|
|
|
|
/**
|
|
* Concrete start token class.
|
|
*/
|
|
class HTMLPurifier_Token_Start extends HTMLPurifier_Token_Tag {}
|