From d8f964bda20315a132865b416931778a1cd6e355 Mon Sep 17 00:00:00 2001 From: ix Date: Wed, 7 Jan 2015 16:02:02 +0100 Subject: [PATCH] added en language to layout (for screenreaders) --- app/views/layouts/application.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index ae6a322a..4306477a 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -1,5 +1,5 @@ !!! 5 -%html +%html{lang: 'en'} %head %meta{charset: 'utf-8'} %meta{'http-equiv' => 'X-UA-Compatible' ,content: 'IE=edge'} @@ -42,4 +42,4 @@ })(); %noscript %p - %img{:alt => "", :src => "//stat.rrerr.net/piwik.php?idsite=9", :style => "border:0;"}/ \ No newline at end of file + %img{:alt => "", :src => "//stat.rrerr.net/piwik.php?idsite=9", :style => "border:0;"}/