diff options
Diffstat (limited to 'lib/anubis.go')
| -rw-r--r-- | lib/anubis.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/anubis.go b/lib/anubis.go index 939262a..1b2ebfc 100644 --- a/lib/anubis.go +++ b/lib/anubis.go @@ -332,7 +332,7 @@ func (s *Server) MaybeReverseProxy(w http.ResponseWriter, r *http.Request) { func (s *Server) RenderIndex(w http.ResponseWriter, r *http.Request) { handler := internal.NoStoreCache( templ.Handler( - web.Base("Making sure you\\'re not a bot!", web.Index()), + web.Base("Making sure you're not a bot!", web.Index()), ), ) handler.ServeHTTP(w, r) |
