Added 'lang' attribute in the html tag

This commit is contained in:
livefromthemoon@gmail.com 2010-11-01 21:31:12 +01:00
parent 9d273c6d24
commit 2b890e6ef2

View file

@ -3,7 +3,7 @@
-# the COPYRIGHT file.
!!!
%html
%html{:lang => I18n.locale.to_s}
%head
%title
= "#{current_user.real_name} | diaspora" if current_user