diff --git a/pttweb.go b/pttweb.go index 4bfe0c1..00298a9 100644 --- a/pttweb.go +++ b/pttweb.go @@ -324,6 +324,7 @@ func setCommonResponseHeaders(w http.ResponseWriter) { h := w.Header() h.Set("Server", "Cryophoenix") h.Set("Content-Type", "text/html; charset=utf-8") + h.Set("Content-Language", "zh-tw") } type ErrorWrapper func(*Context, http.ResponseWriter) error