aboutsummaryrefslogtreecommitdiff
path: root/app/views/index
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2024-12-18 11:02:29 +0100
committerGravatar GitHub <noreply@github.com> 2024-12-18 11:02:29 +0100
commit3b87372061b16d172899b29fe9b5414b9194abd4 (patch)
tree9c743380eedf09cfcb6c1c74d73d5252a562eba2 /app/views/index
parentff47cab30bd0310b3e5daa1554f6e9231b1d8cb2 (diff)
fix: sharing menu entry id (#7113)
* fix sharing menu entry id * Update main.js
Diffstat (limited to 'app/views/index')
-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 4ebcb28a6..fc242ae0f 100644
--- a/app/views/index/normal.phtml
+++ b/app/views/index/normal.phtml
@@ -87,6 +87,7 @@ $today = @strtotime('today');
?><?= $this->entry->isFavorite() ? ' favorite' : ''
?><?= $useKeepUnreadImportant && ($this->feed->priority() >= FreshRSS_Feed::PRIORITY_IMPORTANT) ? ' keep_unread ' : ''
?>" id="flux_<?= $this->entry->id()
+ ?>" data-entry="<?= $this->entry->id()
?>" data-feed="<?= $this->feed->id()
?>" data-priority="<?= $this->feed->priority()
?>"><?php