1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-07-10 17:26:25 +02:00

Fix contenteditable attribute definition (#336)

This commit is contained in:
Kieran
2022-09-12 15:53:24 +01:00
committed by GitHub
parent dc27c78871
commit f1d6da13bc
2 changed files with 8 additions and 0 deletions

View File

@ -17,6 +17,7 @@ class HTMLPurifier_HTMLModule_CommonAttributes extends HTMLPurifier_HTMLModule
'class' => 'Class',
'id' => 'ID',
'title' => 'CDATA',
'contenteditable' => 'ContentEditable',
),
'Lang' => array(),
'I18N' => array(