1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-01-21 09:39:47 +00:00
friendica-github/library/HTMLPurifier/HTMLModule/XMLCommonAttributes.php

14 lines
281 B
PHP
Executable file

<?php
class HTMLPurifier_HTMLModule_XMLCommonAttributes extends HTMLPurifier_HTMLModule
{
public $name = 'XMLCommonAttributes';
public $attr_collections = array(
'Lang' => array(
'xml:lang' => 'LanguageCode',
)
);
}
// vim: et sw=4 sts=4