Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IE conditional comments working but tags visible?

I have the magnificent HTML5 javascript shim linked to in my <head>.

It works fine apart from it displays the tags at the top of the page ie:

<!--[if lt IE9]> <![endif]-->

When I view source, it looks absolutely fine and dandy. I have absolutely no idea what is going on!!!

like image 525
Jake Rayson Avatar asked Jan 18 '23 16:01

Jake Rayson


1 Answers

Add a space between IE and 9.

like image 189
duri Avatar answered Jan 27 '23 22:01

duri