From e82c758ceac7c0894b08dd5840af687318234578 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 29 Aug 2012 09:01:32 +0100 Subject: [PATCH] Switch to the HTML5 DOCTYPE --- app/views/layouts/site.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/site.html.erb b/app/views/layouts/site.html.erb index 5a9360875..e5c7e1bdd 100644 --- a/app/views/layouts/site.html.erb +++ b/app/views/layouts/site.html.erb @@ -1,4 +1,4 @@ - + <%= render :partial => "layouts/head" %> -- 2.43.2