diff options
| author | Mark Otto <[email protected]> | 2013-09-24 17:16:06 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-24 17:16:06 -0700 |
| commit | cf915f9c64e99558c987277f0ce43bf100586fa0 (patch) | |
| tree | 438b34758b906e9a627cf5203dc614d30e8c6bfc /_includes | |
| parent | f19126ed08418614285804e3621502942b425952 (diff) | |
| parent | 735105ae7274f5c6175d0b2550fc35597e09bee4 (diff) | |
| download | bootstrap-cf915f9c64e99558c987277f0ce43bf100586fa0.tar.xz bootstrap-cf915f9c64e99558c987277f0ce43bf100586fa0.zip | |
Merge pull request #10790 from twbs/disable-compatibility-mode
Disable IE Compatibility Mode in docs, examples
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/header.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_includes/header.html b/_includes/header.html index 2be9dc110..d3cb270cb 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,4 +1,5 @@ <meta charset="utf-8"> +<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> |
