Commit ef8af56e

mo k <mo@mokhan.ca>
2012-03-01 03:20:07
tell ie to use the latest rendering engine, or the chrome frame.
1 parent d2cbef5
Changed files (1)
app
views
app/views/layouts/blank.html.erb
@@ -2,6 +2,7 @@
 <html lang="en">
   <head>
     <meta charset="UTF-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
     <title>CakeSide - Sign In</title>
     <link rel="shortcut icon" href="/assets/favicon.ico">
     <%= stylesheet_link_tag "application" %>