it is 2019 and there are browsers still defaulting to latin1
Ted Unangst tedu@tedunangst.com
Mon, 19 Aug 2019 04:36:45 -0400
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
honk.go
→
honk.go
@@ -194,7 +194,7 @@ w.Header().Set("Cache-Control", "max-age=60")
} else { w.Header().Set("Cache-Control", "max-age=0") } - w.Header().Set("Content-Type", "text/html") + w.Header().Set("Content-Type", "text/html; charset=utf-8") err := readviews.Execute(w, tname, templinfo) if err != nil {