From c03c8f4749c176df8107ef8e66b9a55db9875089 Mon Sep 17 00:00:00 2001 From: Shaun McDonald Date: Sun, 7 Jun 2009 18:44:59 +0000 Subject: [PATCH] include the correct language and direction in the html element. fixes #1930. fixes #1929 --- app/views/layouts/site.rhtml | 2 +- config/locales/en.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/layouts/site.rhtml b/app/views/layouts/site.rhtml index 43c6091b0..1134e0868 100644 --- a/app/views/layouts/site.rhtml +++ b/app/views/layouts/site.rhtml @@ -1,5 +1,5 @@ - + <%= javascript_include_tag 'prototype' %> <%= javascript_include_tag 'site' %> diff --git a/config/locales/en.yml b/config/locales/en.yml index b3a678cd3..fee3e8629 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1,4 +1,6 @@ en: + html: + dir: ltr activerecord: # Translates all the model names, which is used in error handling on the web site models: -- 2.43.2