]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add angle brackets
authorChris Rebert <github@rebertia.com>
Sun, 18 Aug 2013 23:36:49 +0000 (16:36 -0700)
committerChris Rebert <github@rebertia.com>
Sun, 18 Aug 2013 23:36:49 +0000 (16:36 -0700)
getting-started.html

index a0dcddd14e21300c2bef89137eff6a21fbf584e3..8aafce3695f0d77746b9d3d4cd1a9630b1984bb4 100644 (file)
@@ -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 %}