fix image behavior in entries

This commit is contained in:
Athou
2013-06-26 15:48:06 +02:00
parent 7432bd510d
commit 322676e9e5
3 changed files with 22 additions and 17 deletions

View File

@@ -126,8 +126,8 @@ public class FeedUtils {
whitelist.addAttributes("colgroup", "span", "width");
whitelist.addAttributes("iframe", "src", "height", "width",
"allowfullscreen", "frameborder", "style");
whitelist.addAttributes("img", "alt", "height", "src", "title",
"width");
whitelist.addAttributes("img", "align", "alt", "height", "src",
"title", "width");
whitelist.addAttributes("ol", "start", "type");
whitelist.addAttributes("q", "cite");
whitelist.addAttributes("table", "border", "bordercolor",