From 3accc2ab5f3572406346e626776e14fb369607a6 Mon Sep 17 00:00:00 2001 From: albert Date: Sat, 23 Feb 2013 16:24:29 -0500 Subject: [PATCH] allow big tag in dtext --- app/logical/d_text.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/logical/d_text.rb b/app/logical/d_text.rb index 215bb5db1..0f52f89c1 100644 --- a/app/logical/d_text.rb +++ b/app/logical/d_text.rb @@ -192,7 +192,7 @@ class DText def self.sanitize(text) Sanitize.clean( text, - :elements => %w(tn h1 h2 h3 h4 h5 h6 a span div blockquote br p ul li ol em strong small b i font), + :elements => %w(tn h1 h2 h3 h4 h5 h6 a span div blockquote br p ul li ol em strong small big b i font), :attributes => { "a" => %w(href title style), "span" => %w(class style),