diff --git a/src/HtmlUtils.js b/src/HtmlUtils.js index f1420d0a22..a8e20f5ec1 100644 --- a/src/HtmlUtils.js +++ b/src/HtmlUtils.js @@ -114,6 +114,7 @@ var sanitizeHtmlParams = { // We don't currently allow img itself by default, but this // would make sense if we did img: ['src'], + ol: ['start'], }, // Lots of these won't come up by default because we don't allow them selfClosing: ['img', 'br', 'hr', 'area', 'base', 'basefont', 'input', 'link', 'meta'],