mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-22 09:35:35 -07:00
Don't nest IE conditionals to avoid issues
This commit is contained in:
@@ -32,9 +32,9 @@
|
||||
<!--[if IE]>
|
||||
<script src="/assets/js/style-reduced.js"></script>
|
||||
<link rel="stylesheet" href="/assets/css/style-reduced.css" media="screen">
|
||||
<!--[if gte IE 5]>
|
||||
<link rel="stylesheet" href="/assets/css/style-print.css" media="print">
|
||||
<![endif]-->
|
||||
<![endif]-->
|
||||
<!--[if gte IE 5]>
|
||||
<link rel="stylesheet" href="/assets/css/style-print.css" media="print">
|
||||
<![endif]-->
|
||||
<link rel="alternate" type="application/atom+xml" title="Blog posts" href="/feed.xml" />
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user