changed this

This commit is contained in:
nilsding 2014-12-28 19:12:28 +01:00
parent 5829d4f1ef
commit 7537331651
1 changed files with 1 additions and 1 deletions

View File

@ -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)
},