diff --git a/openslides/utils/validate.py b/openslides/utils/validate.py index acda0dedd..4413d692c 100644 --- a/openslides/utils/validate.py +++ b/openslides/utils/validate.py @@ -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'