diff --git a/webcontroller/style.go b/webcontroller/style.go index dae5ec7..6b01698 100644 --- a/webcontroller/style.go +++ b/webcontroller/style.go @@ -9,7 +9,7 @@ import ( ) 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"