From 7537331651fdc8763cae3e72abb60eed907f4d24 Mon Sep 17 00:00:00 2001 From: nilsding Date: Sun, 28 Dec 2014 19:12:28 +0100 Subject: [PATCH] changed this --- config/initializers/sanitize.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/initializers/sanitize.rb b/config/initializers/sanitize.rb index 69b8764d..d6a4ffa9 100644 --- a/config/initializers/sanitize.rb +++ b/config/initializers/sanitize.rb @@ -1,5 +1,5 @@ EVIL_TAGS = { - elements: %w(quote a p i strong em del pre code table tr td th br ul ol li hr), + elements: %w(blockquote a p i strong em del pre code table tr td th br ul ol li hr), attributes: { 'a' => %w(href) },