aboutsummaryrefslogtreecommitdiff
path: root/getting-started.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-08-18 16:36:49 -0700
committerChris Rebert <[email protected]>2013-08-18 16:36:49 -0700
commit2ca46ff97e8a5eab7f652cd2e318bc201012b4ab (patch)
tree33fad54d1155824b940454fbf95ccf870da028f1 /getting-started.html
parent9c12d670ed36951ad3d5cfcf2e83a819911f20a8 (diff)
downloadbootstrap-2ca46ff97e8a5eab7f652cd2e318bc201012b4ab.tar.xz
bootstrap-2ca46ff97e8a5eab7f652cd2e318bc201012b4ab.zip
add angle brackets
Diffstat (limited to 'getting-started.html')
-rw-r--r--getting-started.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html
index a0dcddd14..8aafce369 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -676,7 +676,7 @@ 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 the appropriate <code>meta</code> tag in your pages:</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>&lt;meta&gt;</code> tag in your pages:</p>
{% highlight html %}
<meta http-equiv="X-UA-Compatible" content="IE=edge">
{% endhighlight %}