mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 22:51:41 +00:00
mantener el atributo id para las notas al pie
This commit is contained in:
parent
5dd2108b2d
commit
7d9acab840
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ MetadataTemplate = Struct.new(:site, :document, :name, :label, :type,
|
|||
end
|
||||
|
||||
def allowed_attributes
|
||||
@allowed_attributes ||= %w[style href src alt controls data-align].freeze
|
||||
@allowed_attributes ||= %w[style href src alt controls data-align id].freeze
|
||||
end
|
||||
|
||||
def allowed_tags
|
||||
|
|
Loading…
Reference in a new issue