0
0
Fork 0

Improve glow

This commit is contained in:
Eugen Rochko 2017-02-23 02:14:35 +01:00
parent 53ae431867
commit 9d4cad6307
8 changed files with 44 additions and 22 deletions

View file

@ -26,7 +26,7 @@ class Formatter
end
def reformat(html)
sanitize(html, tags: %w(a br p), attributes: %w(href rel))
sanitize(html, tags: %w(a br p span), attributes: %w(href rel class))
end
def simplified_format(account)