Add support for li attribute to li element

th-downstream
Thibaut Girka 4 years ago committed by ThibG
parent c28f80802a
commit 9b91f64ff3

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

Loading…
Cancel
Save