From 83beee6d6a49c7403ac21e0603b923905f56d527 Mon Sep 17 00:00:00 2001 From: John McKerrell Date: Mon, 7 May 2007 18:45:41 +0000 Subject: [PATCH] Arbitrary doctype added to force browsers out of quirksmode. --- app/views/layouts/site.rhtml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/layouts/site.rhtml b/app/views/layouts/site.rhtml index c2e4c9bfc..8d2ac722e 100644 --- a/app/views/layouts/site.rhtml +++ b/app/views/layouts/site.rhtml @@ -1,3 +1,4 @@ + <%= javascript_include_tag 'main.js' %> -- 2.39.5