summaryrefslogtreecommitdiffstats
path: root/admin/survey/classes/htmlpurifier-4.3.0/library/HTMLPurifier/Token/Empty.php
blob: 0b1ee9b08b14c898707e2fdc6908e09601c1b770 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?php

/**
 * Concrete empty token class.
 */
class HTMLPurifier_Token_Empty extends HTMLPurifier_Token_Tag
{

}

// vim: et sw=4 sts=4