aboutsummaryrefslogtreecommitdiff
path: root/getting-started.html
diff options
context:
space:
mode:
authorfat <[email protected]>2013-07-26 22:25:11 -0700
committerfat <[email protected]>2013-07-26 22:25:11 -0700
commit7b9a949a1887a2da291347a66f3c6ae132b24d29 (patch)
treed4a52f1de84cfd6e259397a4730043b4a43155c6 /getting-started.html
parentcfa4ab90f3d8de9dd419a6b30f0ba57c9b9ba518 (diff)
parent88dd20e6ac7df964837960fe6b7df68b698d3644 (diff)
downloadbootstrap-7b9a949a1887a2da291347a66f3c6ae132b24d29.tar.xz
bootstrap-7b9a949a1887a2da291347a66f3c6ae132b24d29.zip
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Diffstat (limited to 'getting-started.html')
-rw-r--r--getting-started.html6
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>&lt;meta http-equiv="X-UA-Compatible" content="IE=edge"&gt;</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>