diff --git a/handler/web/pages.go b/handler/web/pages.go index c91c337f..4bf347e4 100644 --- a/handler/web/pages.go +++ b/handler/web/pages.go @@ -87,7 +87,7 @@ func setupCache(h http.Handler) http.Handler { // string(dist.MustLookup("/index.html")), // ) -// // default func map with json parsers. +// // default func map with json parser. // var funcMap = template.FuncMap{ // "json": func(v interface{}) template.JS { // a, _ := json.Marshal(v)