]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Broser meta tag docs layout change
authorMark Otto <otto@github.com>
Sat, 27 Jul 2013 04:12:35 +0000 (21:12 -0700)
committerMark Otto <otto@github.com>
Sat, 27 Jul 2013 04:12:35 +0000 (21:12 -0700)
getting-started.html

index 78c4c8f57b40fa94fb679db7bff90c3639b0c5e3..fc3da38068dcb8da8b1e781e3589f82f6d113e2c 100644 (file)
@@ -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>