Show blog posts with full text when clicked

This fixes a regression that was introduced in !551.
This commit is contained in:
Torsten Grote
2017-07-25 15:50:04 -03:00
parent 531e555b52
commit 20eb022c36
5 changed files with 27 additions and 18 deletions

View File

@@ -433,7 +433,6 @@ class FeedManagerImpl implements FeedManager, Client, EventListener,
// build post body
StringBuilder b = new StringBuilder();
b.append("<h3>").append(feed.getTitle()).append("</h3>");
if (!StringUtils.isNullOrEmpty(entry.getTitle())) {
b.append("<h1>").append(entry.getTitle()).append("</h1>");