Typing error in Content-Type header

This commit is contained in:
Wim Brand
2018-01-08 12:06:38 +01:00
parent c12d24382a
commit 4aa8d8378b

View File

@@ -9,7 +9,7 @@ import (
) )
func GlobalCSSHandler(w http.ResponseWriter, r *http.Request, _ httprouter.Params) { func GlobalCSSHandler(w http.ResponseWriter, r *http.Request, _ httprouter.Params) {
w.Header().Add("COntent-Type", "text/css; charset=utf-8") w.Header().Add("Content-Type", "text/css; charset=utf-8")
var textColor = "c0c0c0" var textColor = "c0c0c0"