]> rtime.felk.cvut.cz Git - coffee/mt-apps.git/commitdiff
Add charset to the html document
authorMichal Sojka <michal.sojka@cvut.cz>
Wed, 8 Aug 2018 11:47:02 +0000 (13:47 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Wed, 8 Aug 2018 11:47:02 +0000 (13:47 +0200)
Without it, the strings produced by javascript are not treated as UTF-8.

html/index.html

index 63fed344ea40ef3f4c06e5e6a8e35d4dd71f9e3d..07152a910220549a13d66f2ec828cfe8a97c72ca 100644 (file)
@@ -1,5 +1,7 @@
 <!doctype html>
 <html>
+<head>
+<meta charset="utf-8"/>
 <title>IID Coffee Terminal</title>
 <script>
     function loadServerScript() {
@@ -87,7 +89,7 @@
         console.log("close");
     }
 </script>
-
+</head>
 <body>
     <center>
     <h1>IID Coffee Terminal</h1>