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 /getting-started.html | |
| 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 'getting-started.html')
| -rw-r--r-- | getting-started.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/getting-started.html b/getting-started.html index 8c0d9d2a3..4751de08e 100644 --- a/getting-started.html +++ b/getting-started.html @@ -749,6 +749,7 @@ bootstrap/ {% highlight html %} <meta http-equiv="X-UA-Compatible" content="IE=edge"> {% endhighlight %} + <p>This tag is included in all docs pages and examples to ensure the best rendering possible in each supported version of Internet Explorer.</p> <p>See <a href="http://stackoverflow.com/questions/6771258/whats-the-difference-if-meta-http-equiv-x-ua-compatible-content-ie-edge">this StackOverflow question</a> for more information.</p> <h3>Internet Explorer 10 in Windows 8 and Windows Phone 8</h3> |
