Fix embedding flash on non-IE browsers and allow more wmode.
[htmlpurifier.git] / library / HTMLPurifier / Token / Empty.php
blob2a82b47ad127036a1fe276a4b5308384f0599985
1 <?php
3 /**
4 * Concrete empty token class.
5 */
6 class HTMLPurifier_Token_Empty extends HTMLPurifier_Token_Tag
11 // vim: et sw=4 sts=4