Add support for li attribute to li element

lolsob-rspec
Thibaut Girka 2020-07-01 00:14:03 +02:00 committed by ThibG
parent c28f80802a
commit 9b91f64ff3
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ class Sanitize
'abbr' => %w(title),
'blockquote' => %w(cite),
'ol' => %w(start reversed),
'li' => %w(value),
},
add_attributes: {