Merge pull request #3340 from CatoTH/Issue3339-Allow-OL-start-tag
Allow OL[start] - fixes #3339
This commit is contained in:
commit
c8e56b29a6
@ -13,6 +13,7 @@ allowed_attributes = {
|
||||
'img': ['alt', 'src', 'title'],
|
||||
'a': ['href', 'title'],
|
||||
'th': ['scope'],
|
||||
'ol': ['start'],
|
||||
}
|
||||
allowed_styles = [
|
||||
'color', 'background-color', 'height', 'width', 'text-align'
|
||||
|
Loading…
Reference in New Issue
Block a user