sevriugin opened this issue a year ago · 2 comments
The Safari not rendering page as return content type is not right, fixed adding ; between text/html and charset=utf-8 in
;
text/html
charset=utf-8
w.Header().Set("Content-Type", "text/html; charset=utf-8")
Do you want to make a PR?
I ran into this same issue and opened pr with a fix #18