1
0
Fork 0
forked from 0x2620/oxjs

Allow definition lists in sanitized HTML (fixes #2828)

This commit is contained in:
Will Thompson 2015-09-14 20:45:06 +00:00 committed by j
commit 6f135629a0

View file

@ -38,6 +38,10 @@
{'name': 'li'},
{'name': 'ol'},
{'name': 'ul'},
// definition lists
{'name': 'dl'},
{'name': 'dt'},
{'name': 'dd'},
// tables
{'name': 'table'},
{'name': 'tbody'},