Skip to content
Snippets Groups Projects
Commit 6b4e6453 authored by Cam Saül's avatar Cam Saül Committed by GitHub
Browse files

Merge pull request #3932 from metabase/specify-charset-utf-8

Specify Content-Type charset=utf-8 for HTML pages :unamused:
parents 58b262eb e6dc679b
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
{:bootstrap_json (json/generate-string (public-settings/public-settings))})
(slurp (io/resource "frontend_client/init.html")))
resp/response
(resp/content-type "text/html")))
(resp/content-type "text/html; charset=utf-8")))
;; Redirect naughty users who try to visit a page other than setup if setup is not yet complete
(defroutes ^{:doc "Top-level ring routes for Metabase."} routes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment