Skip to content

Commit

Permalink
Fix for fa703e9 which used a non-standard attribute not supported by IE.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvrensk committed Oct 25, 2010
1 parent a952086 commit f1b41c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/evergreen/views/layout.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Evergreen</title>
<link rel="stylesheet" type="text/css" href="<%= url('/jasmine/jasmine.css') %>"/>
<link rel="stylesheet" type="text/css" href="<%= url('/resources/evergreen.css') %>"/>
<meta name="content-type" content="text/html;charset=utf-8" />
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
</head>
<body>
<%= yield %>
Expand Down

0 comments on commit f1b41c4

Please sign in to comment.