aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Landauer <matthew@openaustralia.org>2013-03-07 12:29:25 +1100
committerMatthew Landauer <matthew@openaustralia.org>2013-03-07 13:57:16 +1100
commit828603bfed77b8b86058f14eab439223a4c8d2b3 (patch)
tree3756dcc753b5b19859a9316cad83be8d01e50917
parent25ad21e0c93c7e79a5324067401f6c2b0340b9d6 (diff)
Switch default layout to html5
-rw-r--r--app/views/layouts/default.rhtml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/layouts/default.rhtml b/app/views/layouts/default.rhtml
index 1e6a61f58..a66b85e02 100644
--- a/app/views/layouts/default.rhtml
+++ b/app/views/layouts/default.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 %>