aboutsummaryrefslogtreecommitdiff
path: root/app/views/index/normal.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/index/normal.phtml')
-rw-r--r--app/views/index/normal.phtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/index/normal.phtml b/app/views/index/normal.phtml
index dd15f9b0e..c5523b42a 100644
--- a/app/views/index/normal.phtml
+++ b/app/views/index/normal.phtml
@@ -79,6 +79,7 @@ $today = @strtotime('today');
?><?= $useKeepUnreadImportant && ($this->feed->priority() >= FreshRSS_Feed::PRIORITY_IMPORTANT) ? ' keep_unread ' : ''
?>" id="flux_<?= $this->entry->id()
?>" data-entry="<?= $this->entry->id()
+ ?>" data-category="<?= $this->feed->categoryId()
?>" data-feed="<?= $this->feed->id()
?>" data-priority="<?= $this->feed->priority()
?>" data-link="<?= $this->entry->link()