sin scrubber

This commit is contained in:
f 2020-11-16 13:15:23 -03:00
parent 8d5e1e860d
commit a5541c6628

View file

@ -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