mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-10 07:38:41 +00:00
73a1e31fad
- HTMLPurifier -> HTML Purifier . HTMLPurifier_Config->getBatch($namespace) added . More lenient casting to bool from string in HTMLPurifier_ConfigSchema . <?xml ... tags added to all smoketests git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@578 48356398-32a2-884e-a903-53898d9a118a
10 lines
125 B
PHP
10 lines
125 B
PHP
<?php
|
|
|
|
class HTMLPurifier_Printer_CSSDefinition
|
|
{
|
|
|
|
function render() {return '<p>To be implemented.</p>';}
|
|
|
|
}
|
|
|
|
?>
|