File indexing completed on 2025-01-26 05:29:07
0001 <?php 0002 0003 class HTMLPurifier_HTMLModule_NonXMLCommonAttributes extends HTMLPurifier_HTMLModule 0004 { 0005 /** 0006 * @type string 0007 */ 0008 public $name = 'NonXMLCommonAttributes'; 0009 0010 /** 0011 * @type array 0012 */ 0013 public $attr_collections = array( 0014 'Lang' => array( 0015 'lang' => 'LanguageCode', 0016 ) 0017 ); 0018 } 0019 0020 // vim: et sw=4 sts=4