purifier upgrade to 4.0.0

This commit is contained in:
Klaus Leithoff
2009-11-27 09:37:41 +00:00
parent b29fdf18dc
commit 5cb72ec6df
72 changed files with 653 additions and 383 deletions

View File

@ -16,7 +16,7 @@ class HTMLPurifier_HTMLModule_SafeObject extends HTMLPurifier_HTMLModule
// These definitions are not intrinsically safe: the attribute transforms
// are a vital part of ensuring safety.
$max = $config->get('HTML', 'MaxImgLength');
$max = $config->get('HTML.MaxImgLength');
$object = $this->addElement(
'object',
'Inline',