diff --git a/middleware/error.go b/middleware/error.go index 7f854141..c86be159 100644 --- a/middleware/error.go +++ b/middleware/error.go @@ -185,9 +185,9 @@ func NotFound(rw http.ResponseWriter, r *http.Request) { t, _ := template.New("beegoerrortemp").Parse(errtpl) data := make(map[string]interface{}) data["Title"] = "Page Not Found" - data["Content"] = template.HTML("
The Page You have requested flown the coop." + + data["Content"] = template.HTML("
The page you have requested has flown the coop." + "
Perhaps you are here because:" + - "