From af6b940a64c0542854282b3104b65749eada5556 Mon Sep 17 00:00:00 2001 From: albert Date: Fri, 8 Mar 2013 15:16:23 -0500 Subject: [PATCH] fixes #798 --- app/logical/d_text.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/logical/d_text.rb b/app/logical/d_text.rb index e6d8efcfa..176cbb740 100644 --- a/app/logical/d_text.rb +++ b/app/logical/d_text.rb @@ -198,8 +198,8 @@ class DText :attributes => { "a" => %w(href title style), "span" => %w(class style), - "div" => %w(class style), - "p" => %w(class style), + "div" => %w(class style align), + "p" => %w(class style align), "font" => %w(color size style) }, :protocols => {