Merge pull request #2968 from chrido/master

remove language on html tag
This commit is contained in:
Nicolas Lœuillet
2017-03-13 10:56:33 +01:00
committed by GitHub

View File

@ -3,7 +3,7 @@
<!--[if lte IE 7]><html class="no-js ie7 ie67 ie678" lang="en"><![endif]-->
<!--[if IE 8]><html class="no-js ie8 ie678" lang="en"><![endif]-->
<!--[if gt IE 8]><html class="no-js" lang="en"><![endif]-->
<html lang="fr">
<html>
<head>
{% block head %}
<meta name="viewport" content="initial-scale=1.0">