aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/entry_bookmark.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/entry_bookmark.go')
-rw-r--r--ui/entry_bookmark.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/entry_bookmark.go b/ui/entry_bookmark.go
index c598227..c65cccf 100644
--- a/ui/entry_bookmark.go
+++ b/ui/entry_bookmark.go
@@ -88,5 +88,5 @@ func (c *Controller) ShowStarredEntry(w http.ResponseWriter, r *http.Request) {
view.Set("countUnread", c.store.CountUnreadEntries(user.ID))
view.Set("hasSaveEntry", c.store.HasSaveEntry(user.ID))
- html.OK(w, view.Render("entry"))
+ html.OK(w, r, view.Render("entry"))
}