upgrade htmlpurifier to version 4.1.0

This commit is contained in:
Klaus Leithoff
2010-04-27 11:15:35 +00:00
parent b9dcde1e25
commit 8ce6ac92ae
27 changed files with 342 additions and 35 deletions

View File

@ -20,6 +20,7 @@ class HTMLPurifier_HTMLModule_SafeEmbed extends HTMLPurifier_HTMLModule
'height' => 'Pixels#' . $max,
'allowscriptaccess' => 'Enum#never',
'allownetworking' => 'Enum#internal',
'flashvars' => 'Text',
'wmode' => 'Enum#window',
'name' => 'ID',
)