mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-10 07:38:41 +00:00
9d8f839bf2
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@719 48356398-32a2-884e-a903-53898d9a118a
15 lines
257 B
PHP
15 lines
257 B
PHP
<?php
|
|
|
|
/**
|
|
* Proprietary module that transforms deprecated elements into Strict
|
|
* HTML (see HTML 4.01 and XHTML 1.0) when possible.
|
|
*/
|
|
|
|
class HTMLPurifier_HTMLModule_TransformToStrict extends HTMLPurifier_HTMLModule
|
|
{
|
|
|
|
// unimplemented
|
|
|
|
}
|
|
|
|
?>
|