Skip to content

Commit 1a4d9b8

Browse files
committed
Ensure conditionals are respected
Signed-off-by: Cees-Jan Kiewiet <ceesjank@gmail.com>
1 parent 70c4f46 commit 1a4d9b8

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<html xmlns="http://www.w3.org/1999/xhtml">
2+
<body>
3+
<!--[if IE]>
4+
<h1>Hello World</h1>
5+
<![endif]-->
6+
</body>
7+
</html>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<html><body><!--[if IE]><h1>Hello World</h1><![endif]-->

0 commit comments

Comments
 (0)