From 2b890e6ef249f3c6f3284862724b1fe4f964f872 Mon Sep 17 00:00:00 2001 From: "livefromthemoon@gmail.com" Date: Mon, 1 Nov 2010 21:31:12 +0100 Subject: [PATCH] Added 'lang' attribute in the html tag --- app/views/layouts/application.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index c8c0448cc..b84f336bf 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -3,7 +3,7 @@ -# the COPYRIGHT file. !!! -%html +%html{:lang => I18n.locale.to_s} %head %title = "#{current_user.real_name} | diaspora" if current_user