root/afridex/plugins/Flutter/purifier_lib/HTMLPurifier/HTMLModule/NonXMLCommonAttributes.php
@
22
| Revision 21, 278 bytes (checked in by admin, 18 years ago) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | class HTMLPurifier_HTMLModule_NonXMLCommonAttributes extends HTMLPurifier_HTMLModule |
| 4 | { |
| 5 | public $name = 'NonXMLCommonAttributes'; |
| 6 | |
| 7 | public $attr_collections = array( |
| 8 | 'Lang' => array( |
| 9 | 'lang' => 'LanguageCode', |
| 10 | ) |
| 11 | ); |
| 12 | } |
| 13 |
Note: See TracBrowser
for help on using the browser.
