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

@ -10,7 +10,7 @@ class HTMLPurifier_HTMLModule_SafeEmbed extends HTMLPurifier_HTMLModule
public function setup($config) {
$max = $config->get('HTML', 'MaxImgLength');
$max = $config->get('HTML.MaxImgLength');
$embed = $this->addElement(
'embed', 'Inline', 'Empty', 'Common',
array(