We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8280a8 + 392e735 commit 8e3c86fCopy full SHA for 8e3c86f
1 file changed
web/landing_page.go
@@ -78,5 +78,6 @@ func NewLandingPage(c LandingConfig) (*LandingPageHandler, error) {
78
}
79
80
func (h *LandingPageHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
81
+ w.Header().Add("Content-Type", "text/html; charset=UTF-8")
82
w.Write(h.landingPage)
83
0 commit comments