Skip to content

Commit a2356c1

Browse files
QWp6troblarsen
authored andcommitted
Display .browserupgrade message to IE 8 and 9 users. (#1748)
1 parent 5b894fb commit a2356c1

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
### HEAD
22

3+
* Tell users that IE 8 and 9 are outdated
4+
([#1747](https://github.com/h5bp/html5-boilerplate/issues/1747)).
35
* Removed IE8 Support (upgrades jQuery and normalize.css to latest)
46
([#1524](https://github.com/h5bp/html5-boilerplate/issues/1524)).
57
* Fix print styles for Internet Explorer 11

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
1616
</head>
1717
<body>
18-
<!--[if lt IE 8]>
18+
<!--[if lte IE 9]>
1919
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
2020
<![endif]-->
2121

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
1616
</head>
1717
<body>
18-
<!--[if lt IE 8]>
18+
<!--[if lte IE 9]>
1919
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
2020
<![endif]-->
2121

0 commit comments

Comments
 (0)