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.
1 parent 54d6390 commit 392e735Copy full SHA for 392e735
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