Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.
cvrebert edited this page Oct 2, 2014 · 5 revisions

W002

<head> is missing X-UA-Compatible <meta> tag that disables old IE compatibility modes

Bootstrap is not supported in the old Internet Explorer compatibility modes. To be sure you're using the latest rendering mode for IE, we strongly recommend including the appropriate <meta> tag in the <head> of your pages:

<meta http-equiv="X-UA-Compatible" content="IE=edge" />

For more details, read http://getbootstrap.com/getting-started/#support-ie-compatibility-modes

Clone this wiki locally