From 54e067d9d9eb28577b394eb79e871ba2bc187883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Ho=CC=88=C3=9Fl?= Date: Wed, 2 Aug 2017 21:25:15 +0200 Subject: [PATCH] Allow OL[start] - fixes #3339 Style --- openslides/utils/validate.py | 1 + 1 file changed, 1 insertion(+) 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'