diff --git a/app/models/metadata_template.rb b/app/models/metadata_template.rb index 1829b9d..7149bcd 100644 --- a/app/models/metadata_template.rb +++ b/app/models/metadata_template.rb @@ -121,8 +121,7 @@ MetadataTemplate = Struct.new(:site, :document, :name, :label, :type, sanitizer.sanitize(string.tr("\r", ''), tags: allowed_tags, - attributes: allowed_attributes, - scrubber: scrubber).strip.html_safe + attributes: allowed_attributes).strip.html_safe end def sanitizer