MDL-16667 security fixes in htmlpurifier 2.1.5

This commit is contained in:
skodak
2008-09-24 21:24:14 +00:00
parent 373f371166
commit 1faa5a441e
35 changed files with 686 additions and 122 deletions
@@ -22,7 +22,7 @@ class HTMLPurifier_HTMLModule_Text extends HTMLPurifier_HTMLModule
'Flow' => 'Heading | Block | Inline'
);
function HTMLPurifier_HTMLModule_Text() {
function setup($config) {
// Inline Phrasal -------------------------------------------------
$this->addElement('abbr', true, 'Inline', 'Inline', 'Common');