mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
strip html from the author field (fix #351)
This commit is contained in:
@@ -94,7 +94,7 @@ public class FeedParser {
|
||||
FeedUtils.toAbsoluteUrl(item.getLink(), feed.getLink()),
|
||||
2048));
|
||||
entry.setUpdated(validateDate(getEntryUpdateDate(item)));
|
||||
entry.setAuthor(FeedUtils.truncate(item.getAuthor(), 128));
|
||||
entry.setAuthor(item.getAuthor());
|
||||
|
||||
FeedEntryContent content = new FeedEntryContent();
|
||||
content.setContent(getContent(item));
|
||||
|
||||
Reference in New Issue
Block a user