aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/search_entries.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/search_entries.go')
-rw-r--r--ui/search_entries.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/search_entries.go b/ui/search_entries.go
index cb02df9..60d35c7 100644
--- a/ui/search_entries.go
+++ b/ui/search_entries.go
@@ -62,5 +62,5 @@ func (c *Controller) ShowSearchEntries(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("search_entries"))
+ html.OK(w, r, view.Render("search_entries"))
}