summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.go b/main.go
index 22b23ea..7866702 100644
--- a/main.go
+++ b/main.go
@@ -119,8 +119,8 @@ func setUserTheme(w http.ResponseWriter, r *http.Request) {
}
http.SetCookie(w, &http.Cookie{
- Name: "theme",
- Value: theme,
+ Name: "theme",
+ Value: theme,
MaxAge: math.MaxInt32,
})
http.Redirect(w, r, r.Referer(), http.StatusFound)