Error running IE html

version 12.910.2
I'm seeing the following text at the beginning of file index.html in folder ie7 of my web files:
<!--[if lt IE 9]>
<![endif]-->
<![if gte IE 9]>
<!DOCTYPE html>
<![endif]>
It doesn't like the third line. Maybe lines 2 and 5 need to swap?
Thanks, Andy
I'm seeing the following text at the beginning of file index.html in folder ie7 of my web files:
<!--[if lt IE 9]>
<![endif]-->
<![if gte IE 9]>
<!DOCTYPE html>
<![endif]>
It doesn't like the third line. Maybe lines 2 and 5 need to swap?
Thanks, Andy