|
HTMLPurifier 4.4.0
|
Public Member Functions | |
| makeFixes () | |
| Defines all fixes the module will perform in a compact associative array of fix name to fix implementation. | |
| makeFixes () | |
| Defines all fixes the module will perform in a compact associative array of fix name to fix implementation. | |
Public Attributes | |
| $name = 'Tidy_XHTML' | |
| Short unique string identifier of the module. | |
| $defaultLevel = 'medium' | |
| Default level to place all fixes in. | |
| HTMLPurifier_HTMLModule_Tidy_XHTML::makeFixes | ( | ) |
Defines all fixes the module will perform in a compact associative array of fix name to fix implementation.
Reimplemented from HTMLPurifier_HTMLModule_Tidy.
| HTMLPurifier_HTMLModule_Tidy_XHTML::makeFixes | ( | ) |
Defines all fixes the module will perform in a compact associative array of fix name to fix implementation.
Reimplemented from HTMLPurifier_HTMLModule_Tidy.
Definition at line 14000 of file HTMLPurifier.standalone.php.
| HTMLPurifier_HTMLModule_Tidy_XHTML::$defaultLevel = 'medium' |
Default level to place all fixes in.
Disabled by default
Reimplemented from HTMLPurifier_HTMLModule_Tidy.
| HTMLPurifier_HTMLModule_Tidy_XHTML::$name = 'Tidy_XHTML' |
Short unique string identifier of the module.
Reimplemented from HTMLPurifier_HTMLModule.