From a56e935deb9dcc9287117fba9208f7a25d4c81e5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 2 Feb 2024 06:46:05 +0300 Subject: [PATCH] fix unfunctional rss icon in grouped-by-feed heading --- js/Headlines.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/Headlines.js b/js/Headlines.js index 6a439f744..a7e0f897a 100755 --- a/js/Headlines.js +++ b/js/Headlines.js @@ -468,7 +468,8 @@ const Headlines = { if (headlines.vfeed_group_enabled && hl.feed_title && this.vgroup_last_feed != hl.feed_id) { const vgrhdr = `
-
${Feeds.renderIcon(hl.feed_id, hl.has_icon)}
+
${Feeds.renderIcon(hl.feed_id, hl.has_icon)}
${hl.feed_title} done_all