]> git.mxchange.org Git - friendica.git/blob - library/HTMLPurifier/HTMLModule/XMLCommonAttributes.php
add remove_user hook (it looks like dreamhost changed all my file permissions, this...
[friendica.git] / library / HTMLPurifier / HTMLModule / XMLCommonAttributes.php
1 <?php
2
3 class HTMLPurifier_HTMLModule_XMLCommonAttributes extends HTMLPurifier_HTMLModule
4 {
5     public $name = 'XMLCommonAttributes';
6
7     public $attr_collections = array(
8         'Lang' => array(
9             'xml:lang' => 'LanguageCode',
10         )
11     );
12 }
13
14 // vim: et sw=4 sts=4