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,16 @@
<?php
class HTMLPurifier_HTMLModule_Tidy_Transitional extends HTMLPurifier_HTMLModule_Tidy_XHTMLAndHTML4
{
/**
* @type string
*/
public $name = 'Tidy_Transitional';
/**
* @type string
*/
public $defaultLevel = 'heavy';
}
// vim: et sw=4 sts=4