aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/layouts
diff options
context:
space:
mode:
authorMichel Etienne2012-06-27 23:07:40 +0200
committerMichel Etienne2012-06-27 23:07:40 +0200
commit56de2324949f9035ccb30f0ddbf86a2b6b3aebc3 (patch)
tree26f456bd95108d4eb56ab42b8f76b3191c87ae3a /app/views/layouts
parentc62096215aa1b98f79e81ea8a1271814d14d6ca0 (diff)
parente23bf6c2789b174d7ce847270f45d15b8633000c (diff)
downloadchouette-core-56de2324949f9035ccb30f0ddbf86a2b6b3aebc3.tar.bz2
Merge branch 'master' of chouette.dryade.priv:/srv/git/chouette2
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/application.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index bf3c20694..a40159079 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html>
+<html lang="<%= I18n.locale %>">
<head>
<title>Chouette V2 - <%= title %></title>
<%= stylesheet_link_tag :application %>