1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-12-14 16:42:59 +01:00
vichan/inc/lib/htmlpurifier-4.5.0/library/HTMLPurifier/HTMLModule/NonXMLCommonAttributes.php

15 lines
297 B
PHP
Raw Normal View History

2014-09-24 01:25:04 +02:00
<?php
class HTMLPurifier_HTMLModule_NonXMLCommonAttributes extends HTMLPurifier_HTMLModule
{
public $name = 'NonXMLCommonAttributes';
public $attr_collections = array(
'Lang' => array(
'lang' => 'LanguageCode',
)
);
}
// vim: et sw=4 sts=4