Skip to content

Commit 1173a6a

Browse files
committed
Added X-UA-Compatible meta tag to force latest IE rendering engine or ChromeFrame if installed.
1 parent 1904e66 commit 1173a6a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@
1313
-->
1414
<html lang="en">
1515
<head>
16+
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><![endif]-->
1617
<meta charset="utf-8">
1718
<title>JavaScript MD5 Demo</title>
18-
<meta name="description" content="JavaScript MD5 implementation.">
19+
<meta name="description" content="JavaScript MD5 implementation. Compatible with server-side environments like node.js, module loaders like RequireJS and all web browsers.">
1920
<meta name="viewport" content="width=device-width">
2021
<link rel="stylesheet" href="http://blueimp.github.com/cdn/css/bootstrap.min.css">
2122
<style>body{padding-top:60px;}</style>

test/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
-->
1414
<html lang="en">
1515
<head>
16+
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><![endif]-->
1617
<meta charset="utf-8">
1718
<title>JavaScript MD5 Test</title>
1819
<meta name="viewport" content="width=device-width">

0 commit comments

Comments
 (0)