mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
use jax rs instead of wicket for rest api
This commit is contained in:
@@ -72,7 +72,7 @@ public class FeedParser {
|
||||
}
|
||||
|
||||
private String handleContent(String content) {
|
||||
Document doc = Jsoup.parse(content);
|
||||
Document doc = Jsoup.parse(content, "UTF-8");
|
||||
doc.select("a").attr("target", "_blank");
|
||||
return doc.outerHtml();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user