Skip to content
This repository was archived by the owner on Jun 9, 2018. It is now read-only.

Commit fa7a17d

Browse files
committed
fix: Drop IE10 support, #334
1 parent b484ac1 commit fa7a17d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Code_Igniter/application/views/elements/html_start.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<meta name="robots" content="<?= $robots ?>"/>
2626
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2727
<meta name="apple-mobile-web-app-capable" content="yes" />
28-
<!--[if lt IE 10]>
28+
<!--[if lt IE 11]>
2929
<script type="text/javascript">window.location = 'modern_browsers';</script>
3030
<![endif]-->
3131
<? foreach ($stylesheets as $css): ?>

0 commit comments

Comments
 (0)