all repos — honk @ ef154c38b3942560cfaa8ef27b1e8e4a705fb0a1

my fork of honk

it is 2019 and there are browsers still defaulting to latin1
Ted Unangst tedu@tedunangst.com
Mon, 19 Aug 2019 04:36:45 -0400
commit

ef154c38b3942560cfaa8ef27b1e8e4a705fb0a1

parent

f15ec859bf4470f0e2ffd702f7fc7cb12ff4c73e

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M honk.gohonk.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 {