aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/layouts
diff options
context:
space:
mode:
authorLuc Donnet2012-06-25 16:43:27 +0200
committerLuc Donnet2012-06-25 16:43:27 +0200
commit9c2c172d4ab04d6511ab614f943a776a356c1f07 (patch)
treed685b01b4e8253dc1558c2fa4b5937434cc95d92 /app/views/layouts
parent39f4264afd25bfc8fbe3d500975fe7adc7d508c7 (diff)
downloadchouette-core-9c2c172d4ab04d6511ab614f943a776a356c1f07.tar.bz2
Update version of formtastic to 2.1
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 437aad3a7..4318d7484 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 %>