sin scrubber x2

This commit is contained in:
f 2020-11-16 13:17:23 -03:00
parent a5541c6628
commit 39f2c1ad4d

View file

@ -15,7 +15,6 @@ class MetadataString < MetadataTemplate
sanitizer.sanitize(string.strip,
tags: [],
attributes: [],
scrubber: scrubber).strip.html_safe
attributes: []).strip.html_safe
end
end