aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/about.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/about.go')
-rw-r--r--ui/about.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/about.go b/ui/about.go
index 7618e01..9a2bcfb 100644
--- a/ui/about.go
+++ b/ui/about.go
@@ -32,5 +32,5 @@ func (c *Controller) About(w http.ResponseWriter, r *http.Request) {
view.Set("user", user)
view.Set("countUnread", c.store.CountUnreadEntries(user.ID))
- html.OK(w, view.Render("about"))
+ html.OK(w, r, view.Render("about"))
}