mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 04:21:41 +00:00
permitir vinculos!
This commit is contained in:
parent
1df7e8fbd0
commit
0fd8e5450c
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ MetadataTemplate = Struct.new(:site, :document, :name, :label, :type,
|
|||
end
|
||||
|
||||
def allowed_tags
|
||||
@allowed_tags ||= %w[strong em del u mark p h1 h2 h3 h4 h5 h6 ul ol li img iframe audio video div figure figcaption].freeze
|
||||
@allowed_tags ||= %w[strong em del u mark p h1 h2 h3 h4 h5 h6 ul ol li img iframe audio video div figure figcaption a].freeze
|
||||
end
|
||||
|
||||
# Decifra el valor
|
||||
|
|
Loading…
Reference in a new issue