MDL-11415 fixed our non-standard lang attributes in html purifier

This commit is contained in:
skodak
2007-09-25 14:34:13 +00:00
parent 0352cd2ffa
commit 6510b0f09c
3 changed files with 10 additions and 2 deletions
@@ -7,9 +7,11 @@ class HTMLPurifier_HTMLModule_XMLCommonAttributes extends HTMLPurifier_HTMLModul
var $name = 'XMLCommonAttributes';
var $attr_collections = array(
/* moodle comment - xml:lang breaks our multilang
'Lang' => array(
'xml:lang' => 'LanguageCode',
)
*/
);
}