From fc67d8302b0f5ee20f6e25ded65b29884d9405dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Kr=C3=B6g?= Date: Sat, 3 Oct 2020 21:31:20 +0200 Subject: [PATCH] Add charset to the examples html below the map --- examples/templates/example.html | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/templates/example.html b/examples/templates/example.html index af5d691ddc..5d8594e594 100644 --- a/examples/templates/example.html +++ b/examples/templates/example.html @@ -189,6 +189,7 @@
<!DOCTYPE html>
 <html lang="en">
   <head>
+    <meta charset="UTF-8">
     <title>{{ title }}</title>
     <!-- Pointer events polyfill for old browsers, see https://caniuse.com/#feat=pointer -->
     <script src="https://unpkg.com/elm-pep"></script>{{#if extraHead.remote}}