From f5cf2876ddebfc387482e076a598ca9f013a50e0 Mon Sep 17 00:00:00 2001 From: Scott Merkling Date: Thu, 2 Jan 2014 09:53:09 -0500 Subject: [PATCH] Improved the language on the error pages --- middleware/error.go | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) 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:" + - "