Skip to content

Commit 52af37d

Browse files
Fix syntax of IE 8 comment in example, which was being rendered on the page in some versions of FF for Mac OS X
1 parent 027f40e commit 52af37d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<link href="../introjs.css" rel="stylesheet">
1616
<!--[if lte IE 8]>
1717
<link href="../introjs-ie.css" rel="stylesheet">
18-
<!-- <![endif]-->
18+
<![endif]-->
1919

2020
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
2121
</head>

example/index_programmatic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<link href="../introjs.css" rel="stylesheet">
1616
<!--[if lte IE 8]>
1717
<link href="../introjs-ie.css" rel="stylesheet">
18-
<!-- <![endif]-->
18+
<![endif]-->
1919

2020
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
2121
</head>

0 commit comments

Comments
 (0)