commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / civicrm / packages / IDS / vendors / htmlpurifier / HTMLPurifier / Token / Empty.php
1 <?php
2
3 /**
4 * Concrete empty token class.
5 */
6 class HTMLPurifier_Token_Empty extends HTMLPurifier_Token_Tag
7 {
8
9 }
10
11 // vim: et sw=4 sts=4