moving some code around

This commit is contained in:
Athou
2013-06-02 19:44:25 +02:00
parent a3cc4ee269
commit 4ba2f5dbd9
3 changed files with 10 additions and 6 deletions

View File

@@ -65,10 +65,10 @@ public class FeedUtils {
"sub", "sup", "table", "tbody", "td", "tfoot", "th",
"thead", "tr", "u", "ul");
whitelist.addAttributes("div", "dir");
whitelist.addAttributes("pre", "dir");
whitelist.addAttributes("code", "dir");
whitelist.addAttributes("table", "dir");
whitelist.addAttributes("div", "dir");
whitelist.addAttributes("pre", "dir");
whitelist.addAttributes("code", "dir");
whitelist.addAttributes("table", "dir");
whitelist.addAttributes("a", "href", "title");
whitelist.addAttributes("blockquote", "cite");
whitelist.addAttributes("col", "span", "width");