Merge branch 'setop-master-patch-09246' into 'master'
add "hr"to allowed tags in HTML See merge request framasoft/mobilizon!776
This commit is contained in:
commit
37c6742660
|
@ -73,6 +73,7 @@ defmodule Mobilizon.Service.Formatter.DefaultScrubbler do
|
||||||
Meta.allow_tag_with_these_attributes(:h3, [])
|
Meta.allow_tag_with_these_attributes(:h3, [])
|
||||||
Meta.allow_tag_with_these_attributes(:h4, [])
|
Meta.allow_tag_with_these_attributes(:h4, [])
|
||||||
Meta.allow_tag_with_these_attributes(:h5, [])
|
Meta.allow_tag_with_these_attributes(:h5, [])
|
||||||
|
Meta.allow_tag_with_these_attributes(:hr, [])
|
||||||
|
|
||||||
Meta.strip_everything_not_covered()
|
Meta.strip_everything_not_covered()
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue