1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-02-24 15:16:30 +00:00

17 lines
282 B
PHP
Raw Normal View History

2016-07-19 00:39:37 +08:00
<?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