mirror of
https://gitee.com/liuxioabin/fengketrade.git
synced 2026-04-18 21:17:33 +08:00
17 lines
282 B
PHP
Executable File
17 lines
282 B
PHP
Executable File
<?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
|