We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b98bf commit 029f7bdCopy full SHA for 029f7bd
service.go
@@ -57,5 +57,7 @@ func (b *Bartender) RenderPage(w http.ResponseWriter, r *http.Request) {
57
58
page := browser.MustPage(u.String()).MustWaitStable()
59
60
+ w.Header().Set("Content-Type", "text/html; charset=utf-8")
61
+
62
_, _ = w.Write([]byte(page.MustHTML()))
63
}
0 commit comments