Hotfix remote status formatting (#2543)

lolsob-rspec
Eugen Rochko 2017-04-27 23:37:22 +02:00 committed by GitHub
parent 14f41a6a14
commit 9841dcaca7
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class Formatter
end
def reformat(html)
sanitize(html, Sanitize::Config::MASTODON_STRICT)
sanitize(html, Sanitize::Config::MASTODON_STRICT).html_safe # rubocop:disable Rails/OutputSafety
end
def plaintext(status)