From ebd56e17be264bef3d907a0b876f6fb31d2ad268 Mon Sep 17 00:00:00 2001
From: Guillaume Rousse <guillaume.rousse@renater.fr>
Date: Wed, 14 Feb 2018 14:51:28 +0100
Subject: [PATCH] explicit charset html header

---
 templates/web/index.tt2.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/templates/web/index.tt2.html b/templates/web/index.tt2.html
index 2345b18..8a5fab0 100644
--- a/templates/web/index.tt2.html
+++ b/templates/web/index.tt2.html
@@ -4,6 +4,7 @@
     <head>
         <meta http-equiv="content-type" content="text/html; charset=utf-8" />
         <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
+        <meta charset="utf-8">
 
         <link rel="icon" type="image/png" href="images/favicon.png" />
 
-- 
GitLab