]> git.wh0rd.org - tt-rss.git/blob - lib/htmlpurifier/library/HTMLPurifier/HTMLModule/XMLCommonAttributes.php
quickAddFeed: remove oauth notice, mention you can paste site URL
[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