keep direction of p tag

* spotted on http://fedorafans.com
This commit is contained in:
Ebrahim Byagowi
2013-07-09 20:38:13 +04:30
parent fad48a9bb1
commit 0eda8a26b9

View File

@@ -165,6 +165,7 @@ public class FeedUtils {
whitelist.addAttributes("pre", "dir");
whitelist.addAttributes("code", "dir");
whitelist.addAttributes("table", "dir");
whitelist.addAttributes("p", "dir");
whitelist.addAttributes("a", "href", "title");
whitelist.addAttributes("blockquote", "cite");
whitelist.addAttributes("col", "span", "width");