From 6a0e854bd0b85d7bb045c6a79d5179c70e4af76e Mon Sep 17 00:00:00 2001 From: Roman Karavia <47303530+romankaravia@users.noreply.github.com> Date: Sun, 15 Sep 2019 17:26:44 +0200 Subject: [PATCH] Fix charset UTF-8 needs to have a dash, see e.g. the example [here](https://www.w3.org/TR/html50/document-metadata.html#character-encoding-declaration). The current value of `utf8` does not work with Internet Explorer 11. I guess most other browsers will default to UTF-8 anyway when they encounter an unknown charset value. --- public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 7f702f7..de73542 100644 --- a/public/index.html +++ b/public/index.html @@ -1,7 +1,7 @@
- +