TomDoesTech/GOTTH

Safari not rendering webpage

sevriugin opened this issue · 2 comments

The Safari not rendering page as return content type is not right, fixed adding ; between text/html and charset=utf-8 in

w.Header().Set("Content-Type", "text/html; charset=utf-8")

Do you want to make a PR?

vjal commented

I ran into this same issue and opened pr with a fix #18