From ad235f5f51c8bade076c68cc6db4e89bfe6a6f32 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 26 Jul 2013 21:12:35 -0700 Subject: [PATCH] Broser meta tag docs layout change --- getting-started.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/getting-started.html b/getting-started.html index 78c4c8f57b..fc3da38068 100644 --- a/getting-started.html +++ b/getting-started.html @@ -147,7 +147,11 @@ bootstrap/

In addition, Internet Explorer 8 requires the use of respond.js to enable media query support.

IE Compatibility modes

-

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 <meta http-equiv="X-UA-Compatible" content="IE=edge"> in your pages. See this StackOverflow question for more information.

+

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 meta tag in your pages.

+{% highlight html %} + +{% endhighlight %} +

See this StackOverflow question for more information.

-- 2.47.2