From e9cf866d02cdb5218d7d6aa00887c8502333f2c2 Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Sun, 15 Jul 2012 21:55:05 -0600 Subject: [PATCH] main site layout needs lang and dir args on the html tag --- resources/views/layout.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/layout.ejs b/resources/views/layout.ejs index 52d03b17d..cc63c5fd5 100644 --- a/resources/views/layout.ejs +++ b/resources/views/layout.ejs @@ -2,7 +2,7 @@ <!-- This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> -<html> +<html LANG="<%= lang %>" dir="<%= lang_dir %>"> <head> <meta charset="utf-8"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, width=device-width" /> -- GitLab