MDL-83424 core: Restructure Moodle codebase

This commit is contained in:
Andrew Nicols
2025-07-12 17:51:38 +08:00
parent 9addea9f0a
commit f747c15cbf
28970 changed files with 0 additions and 0 deletions
@@ -0,0 +1,20 @@
<?php
class HTMLPurifier_HTMLModule_XMLCommonAttributes extends HTMLPurifier_HTMLModule
{
/**
* @type string
*/
public $name = 'XMLCommonAttributes';
/**
* @type array
*/
public $attr_collections = array(
'Lang' => array(
'xml:lang' => 'LanguageCode',
)
);
}
// vim: et sw=4 sts=4