mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-15 20:29:52 +01:00
Show blog posts with full text when clicked
This fixes a regression that was introduced in !551.
This commit is contained in:
@@ -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>");
|
||||
|
||||
Reference in New Issue
Block a user