update Shared
This commit is contained in:
parent
e7ebbedd38
commit
6881f3471a
184 changed files with 13080 additions and 13691 deletions
|
|
@ -259,6 +259,10 @@ def sanitize_html(html, tags=None, global_attributes=[]):
|
|||
{'name': 'li'},
|
||||
{'name': 'ol'},
|
||||
{'name': 'ul'},
|
||||
# definition lists
|
||||
{'name': 'dl'},
|
||||
{'name': 'dt'},
|
||||
{'name': 'dd'},
|
||||
# tables
|
||||
{'name': 'table'},
|
||||
{'name': 'tbody'},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue