From f186e0c91cd378b9024c71a501d2217111ac5e3d Mon Sep 17 00:00:00 2001 From: Thibaut Girka Date: Wed, 1 Jul 2020 00:06:22 +0200 Subject: Add support for “start” and “reversed” attributes to ol element MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #1367 --- app/lib/sanitize_config.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app') diff --git a/app/lib/sanitize_config.rb b/app/lib/sanitize_config.rb index dfd8b9f91..8b57b0f72 100644 --- a/app/lib/sanitize_config.rb +++ b/app/lib/sanitize_config.rb @@ -90,6 +90,7 @@ class Sanitize 'span' => %w(class), 'abbr' => %w(title), 'blockquote' => %w(cite), + 'ol' => %w(start reversed), }, add_attributes: { -- cgit