diff options
| author | Julian Thilo <[email protected]> | 2013-09-24 22:49:47 +0200 |
|---|---|---|
| committer | Julian Thilo <[email protected]> | 2013-09-24 22:49:47 +0200 |
| commit | 735105ae7274f5c6175d0b2550fc35597e09bee4 (patch) | |
| tree | 1b39811eb6277d858d34d7e87cec095f8ebdb743 | |
| parent | 33e0877d21e701430f7bc185ab4e2c8b2e60f9c5 (diff) | |
| download | bootstrap-735105ae7274f5c6175d0b2550fc35597e09bee4.tar.xz bootstrap-735105ae7274f5c6175d0b2550fc35597e09bee4.zip | |
Add note about IE mode tag being included in docs
| -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> |
