Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Commit

Permalink
add a meta tag to all documents to fix environments with an embedded …
Browse files Browse the repository at this point in the history
…IE forced into compatibility mode
  • Loading branch information
lloyd committed Nov 7, 2012
1 parent 0f10fd1 commit 56c2996
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/authenticate_with_primary.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<%- partial('partial/license_with_code_ver') %>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
<meta charset="utf-8">
<title>Persona</title>
<%- cachify_js('/production/authenticate_with_primary.js') %>
Expand Down
1 change: 1 addition & 0 deletions resources/views/communication_iframe.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<%- partial('partial/license_with_code_ver') %>
<html>
<head><title>non-interactive iframe</title>
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
<meta charset="utf-8">
<%- cachify_js('/production/communication_iframe.js') %>
</head>
Expand Down
1 change: 1 addition & 0 deletions resources/views/dialog_layout.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<%- partial('partial/license_with_code_ver') %>
<html LANG="<%= lang %>" dir="<%= lang_dir %>">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0" />
<meta name="format-detection" content="email=no" />
Expand Down
1 change: 1 addition & 0 deletions resources/views/layout.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<%- partial('partial/license_with_code_ver') %>
<html LANG="<%= lang %>" dir="<%= lang_dir %>">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, width=device-width" />
<meta name="format-detection" content="email=no" />
Expand Down
1 change: 1 addition & 0 deletions resources/views/relay.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<%- partial('partial/license_with_code_ver') %>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
<meta charset="utf-8">
<title>Persona</title>
<%- cachify_js('/production/relay.js') %>
Expand Down
1 change: 1 addition & 0 deletions resources/views/test.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="qunit/qunit.css" />
<title>Persona QUnit Test</title>
Expand Down

0 comments on commit 56c2996

Please sign in to comment.