W002 - Herst/bootlint-ng GitHub Wiki

Note: Below is the original page from the Bootlint documentation, some of the info here might not apply to Bootlint-NG!


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" />

Alternatively, you can configure your HTTP server to send a X-UA-Compatible: IE=edge HTTP header in its responses.

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

See also: Bootstrap's basic HTML template

⚠️ **GitHub.com Fallback** ⚠️