diff options
Diffstat (limited to 'app/views/layouts/application.html.erb')
| -rw-r--r-- | app/views/layouts/application.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index f95ea889..6a31104a 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | <!DOCTYPE HTML> | 1 | <!DOCTYPE HTML> |
| 2 | 2 | ||
| 3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | 3 | <html lang="<%= I18n.locale %>"> |
| 4 | <head> | 4 | <head> |
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | 5 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| 6 | <meta name="viewport" content="width=device-width,initial-scale=1"/> | 6 | <meta name="viewport" content="width=device-width,initial-scale=1"/> |
| @@ -27,7 +27,7 @@ | |||
| 27 | 27 | ||
| 28 | </head> | 28 | </head> |
| 29 | 29 | ||
| 30 | <body lang="<%= @page ? @page.effective_lang : 'de' %>"> | 30 | <body> |
| 31 | <div id="wrapper"> | 31 | <div id="wrapper"> |
| 32 | <div id="header"> | 32 | <div id="header"> |
| 33 | <img src="/images/header.png" alt=""> | 33 | <img src="/images/header.png" alt=""> |
