mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-10 07:38:41 +00:00
7 lines
111 B
PHP
7 lines
111 B
PHP
|
<?php
|
||
|
|
||
|
/**
|
||
|
* Concrete empty token class.
|
||
|
*/
|
||
|
class HTMLPurifier_Token_Empty extends HTMLPurifier_Token_Tag {}
|