Allow OL[start] - fixes #3339

Style
This commit is contained in:
Tobias Hößl 2017-08-02 21:25:15 +02:00
parent 2aeaf251a2
commit 54e067d9d9
1 changed files with 1 additions and 0 deletions

View File

@ -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'