From 2ca46ff97e8a5eab7f652cd2e318bc201012b4ab Mon Sep 17 00:00:00 2001 From: Chris Rebert <github@rebertia.com> Date: Sun, 18 Aug 2013 16:36:49 -0700 Subject: [PATCH] add angle brackets --- getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started.html b/getting-started.html index a0dcddd14e..8aafce3695 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><meta></code> tag in your pages:</p> {% highlight html %} <meta http-equiv="X-UA-Compatible" content="IE=edge"> {% endhighlight %} -- GitLab