Nathanwoodburn.github.io/libraries/plugins/IDS/vendors/htmlpurifier/HTMLPurifier/Token/Empty.php

12 lines
136 B
PHP
Raw Normal View History

2021-08-30 15:06:36 +10:00
<?php
/**
* Concrete empty token class.
*/
class HTMLPurifier_Token_Empty extends HTMLPurifier_Token_Tag
{
}
// vim: et sw=4 sts=4