From d325bd4bb0a0a2fab5539ce6498b1b5604ed4b6e Mon Sep 17 00:00:00 2001
From: Guillaume Rousse <guillaume.rousse@renater.fr>
Date: Fri, 25 May 2018 09:41:02 +0200
Subject: [PATCH] fix HTML language attribute

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

diff --git a/templates/web/index.tt2.html b/templates/web/index.tt2.html
index 0cd093d..2cfc0a8 100644
--- a/templates/web/index.tt2.html
+++ b/templates/web/index.tt2.html
@@ -1,5 +1,5 @@
 <!doctype html>
-<html lang="en">
+<html lang="[% lh.language_tag() %]">
 
     <head>
         <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
-- 
GitLab