5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 06:54:17 +00:00

Merge branch 'issue-13321' into 'rails'

fix: permitir el atributo start #13321

See merge request sutty/sutty!181
This commit is contained in:
Jazzari 2023-10-06 21:36:23 +00:00
commit 8d4e38ff56

View file

@ -202,7 +202,7 @@ MetadataTemplate = Struct.new(:site, :document, :name, :label, :type,
def allowed_attributes
@allowed_attributes ||= %w[style href src alt controls data-align data-multimedia data-multimedia-inner id
name].freeze
name start].freeze
end
def allowed_tags