router_static.go: add charset for html content
This commit is contained in:
		| @@ -116,7 +116,7 @@ func staticRouterInit(router *mux.Router) error { | |||||||
| 		if path.Ext(p) != "" { | 		if path.Ext(p) != "" { | ||||||
| 			contentType[p] = mime.TypeByExtension(path.Ext(p)) | 			contentType[p] = mime.TypeByExtension(path.Ext(p)) | ||||||
| 		} else { | 		} else { | ||||||
| 			contentType[p] = mime.TypeByExtension("html") | 			contentType[p] = "text/html; charset=utf-8" | ||||||
| 		} | 		} | ||||||
|  |  | ||||||
| 		router.HandleFunc(p, func(w http.ResponseWriter, r *http.Request) { | 		router.HandleFunc(p, func(w http.ResponseWriter, r *http.Request) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user