]> git.wh0rd.org - tt-rss.git/blob - lib/htmlpurifier/library/HTMLPurifier/HTMLModule/XMLCommonAttributes.php
strip_tags_long: use htmlpurifier to properly reformat html content
[tt-rss.git] / lib / htmlpurifier / 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