forked from Archives/Athou_commafeed
don't encode all html entities (#46)
This commit is contained in:
@@ -110,7 +110,7 @@ public class FeedUpdateService {
|
||||
"allowfullscreen", "frameborder");
|
||||
|
||||
content = Jsoup.clean(content, "", whitelist,
|
||||
new OutputSettings().escapeMode(EscapeMode.extended));
|
||||
new OutputSettings().escapeMode(EscapeMode.base));
|
||||
}
|
||||
return content;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user