diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2013-03-07 16:33:23 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2013-03-07 16:33:23 +1100 |
commit | 3746181d34e3c4e4c66e64cc611ae5177d2e14b4 (patch) | |
tree | 346ddf05c89cb936368026f42f39e781094a9af3 | |
parent | bd3090ee900149fcf58cf8dca9aaa168ba795e47 (diff) |
Make no_chrome layout html5
-rw-r--r-- | app/views/layouts/no_chrome.rhtml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/layouts/no_chrome.rhtml b/app/views/layouts/no_chrome.rhtml index 74c79b701..120ba6f28 100644 --- a/app/views/layouts/no_chrome.rhtml +++ b/app/views/layouts/no_chrome.rhtml @@ -1,6 +1,7 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<!DOCTYPE html> <html lang="<%= I18n.locale %>"> <head> + <meta charset="utf-8"> <title> <% if @title %> <%=@title%> - <%= site_name %> |