Whoops, forgot to edit WHATSNEW
[htmlpurifier.git] / library / HTMLPurifier / HTMLModule / XMLCommonAttributes.php
blob01dbe9deb6412a4721fc891633b23dbe39f48e8b
1 <?php
3 class HTMLPurifier_HTMLModule_XMLCommonAttributes extends HTMLPurifier_HTMLModule
5 /**
6 * @type string
7 */
8 public $name = 'XMLCommonAttributes';
10 /**
11 * @type array
13 public $attr_collections = array(
14 'Lang' => array(
15 'xml:lang' => 'LanguageCode',
20 // vim: et sw=4 sts=4