about summary refs log tree commit diff
path: root/app/lib
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-02-23 02:14:35 +0100
committerEugen Rochko <eugen@zeonfederated.com>2017-02-23 02:14:35 +0100
commit9d4cad6307b3d92a2b0a6c43da0aa859e846c44d (patch)
tree2a7563e219656ad1cd794590277781017322e906 /app/lib
parent53ae431867cbb5f8c49f6123dcae530ee472ee71 (diff)
Improve glow
Diffstat (limited to 'app/lib')
-rw-r--r--app/lib/formatter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lib/formatter.rb b/app/lib/formatter.rb
index 073ab0784..e353c3504 100644
--- a/app/lib/formatter.rb
+++ b/app/lib/formatter.rb
@@ -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)