mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-22 07:52:43 +00:00
add "hr"to allowed tags in HTML
because it doesn't hurt and it is useful in event description and all other HTML content
This commit is contained in:
parent
f3fc67da43
commit
3f856daf41
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ defmodule Mobilizon.Service.Formatter.DefaultScrubbler do
|
|||
Meta.allow_tag_with_these_attributes(:h3, [])
|
||||
Meta.allow_tag_with_these_attributes(:h4, [])
|
||||
Meta.allow_tag_with_these_attributes(:h5, [])
|
||||
Meta.allow_tag_with_these_attributes(:hr, [])
|
||||
|
||||
Meta.strip_everything_not_covered()
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue