mirror of
https://github.com/redmine/redmine.git
synced 2026-01-17 21:12:55 +01:00
Remove X-UA-Compatible meta tag for Internet Explorer (#38228).
Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22095 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
<html lang="<%= current_language %>">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
||||
<title><%= html_title %></title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="<%= Redmine::Info.app_name %>" />
|
||||
|
||||
Reference in New Issue
Block a user