Browse Source

Disables IE compatibility mode (#20380).

git-svn-id: http://svn.redmine.org/redmine/trunk@14658 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/3.2.0
Jean-Philippe Lang 8 years ago
parent
commit
85866cdcf3
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      app/views/layouts/base.html.erb

+ 1
- 0
app/views/layouts/base.html.erb View File

@@ -2,6 +2,7 @@
<html lang="<%= current_language %>">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<title><%= html_title %></title>
<meta name="description" content="<%= Redmine::Info.app_name %>" />
<meta name="keywords" content="issue,bug,tracker" />

Loading…
Cancel
Save