]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #2968 from chrido/master
authorNicolas LÅ“uillet <nicolas@loeuillet.org>
Mon, 13 Mar 2017 09:56:33 +0000 (10:56 +0100)
committerGitHub <noreply@github.com>
Mon, 13 Mar 2017 09:56:33 +0000 (10:56 +0100)
remove language on html tag

src/Wallabag/CoreBundle/Resources/views/base.html.twig

index 289458d4f922faa941041bbe92235868631f73c0..020d8efc6d5dddac917c5738fa9401b9c3b9951b 100644 (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">