HTML5 doctype putting IE9 into quirks mode?

Placing:

<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

in the <head> tag should do it.

Leave a Comment