diff options
| author | Mark Otto <[email protected]> | 2013-07-26 21:12:35 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-26 21:12:35 -0700 |
| commit | ad235f5f51c8bade076c68cc6db4e89bfe6a6f32 (patch) | |
| tree | 254dfbc99f9b49a7f78757cc1cdf9f7f8f3fb01b | |
| parent | fff2854c5eab79de987aeeeb97356b0c1ca4be97 (diff) | |
| download | bootstrap-ad235f5f51c8bade076c68cc6db4e89bfe6a6f32.tar.xz bootstrap-ad235f5f51c8bade076c68cc6db4e89bfe6a6f32.zip | |
Broser meta tag docs layout change
| -rw-r--r-- | getting-started.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html index 78c4c8f57..fc3da3806 100644 --- a/getting-started.html +++ b/getting-started.html @@ -147,7 +147,11 @@ bootstrap/ <p>In addition, <strong>Internet Explorer 8 requires the use of <a href="https://github.com/scottjehl/Respond">respond.js</a> to enable media query support.</strong></p> <h3>IE Compatibility modes</h3> - <p>Bootstrap is not supported in the old Internet Explorer compatibility modes. To be sure you're using the latest rendering mode for IE, consider including <code><meta http-equiv="X-UA-Compatible" content="IE=edge"></code> in your pages. 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> + <p>Bootstrap is not supported in the old Internet Explorer compatibility modes. To be sure you're using the latest rendering mode for IE, consider including the appropriate <code>meta</code> tag in your pages.</p> +{% highlight html %} +<meta http-equiv="X-UA-Compatible" content="IE=edge"> +{% endhighlight %} + <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> </div> |
