summaryrefslogtreecommitdiff
path: root/js/Headlines.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Headlines.js')
-rwxr-xr-xjs/Headlines.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/js/Headlines.js b/js/Headlines.js
index f9ec21c18..7557676ee 100755
--- a/js/Headlines.js
+++ b/js/Headlines.js
@@ -515,10 +515,8 @@ const Headlines = {
${hl.cdm_excerpt ? hl.cdm_excerpt : ""}
</span>
- <div class="feed vfeedMenuAttach" data-feed-id="${hl.feed_id}">
- <a href="#" style="background-color: ${hl.feed_bg_color}"
- onclick="Feeds.open({feed:${hl.feed_id}})">${hl.feed_title}</a>
- </div>
+ <a href="#" class="feed vfeedMenuAttach" style="background-color: ${hl.feed_bg_color}" data-feed-id="${hl.feed_id}"
+ onclick="Feeds.open({feed:${hl.feed_id}})">${hl.feed_title}</a>
<span class="updated" title="${hl.imported}">${hl.updated}</span>