MDL-11415 fixed our non-standard lang attributes in html purifier
This commit is contained in:
@@ -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',
|
||||
)
|
||||
*/
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user