aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_includes/header.html1
-rw-r--r--examples/carousel/index.html1
-rw-r--r--examples/grid/index.html1
-rw-r--r--examples/jumbotron-narrow/index.html1
-rw-r--r--examples/jumbotron/index.html1
-rw-r--r--examples/justified-nav/index.html1
-rw-r--r--examples/navbar-fixed-top/index.html1
-rw-r--r--examples/navbar-static-top/index.html1
-rw-r--r--examples/navbar/index.html1
-rw-r--r--examples/non-responsive/index.html1
-rw-r--r--examples/offcanvas/index.html1
-rw-r--r--examples/signin/index.html1
-rw-r--r--examples/starter-template/index.html1
-rw-r--r--examples/sticky-footer-navbar/index.html1
-rw-r--r--examples/sticky-footer/index.html1
-rw-r--r--examples/theme/index.html1
-rw-r--r--getting-started.html1
17 files changed, 17 insertions, 0 deletions
diff --git a/_includes/header.html b/_includes/header.html
index 2be9dc110..d3cb270cb 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -1,4 +1,5 @@
<meta charset="utf-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
diff --git a/examples/carousel/index.html b/examples/carousel/index.html
index 8d1169247..a57cab745 100644
--- a/examples/carousel/index.html
+++ b/examples/carousel/index.html
@@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
diff --git a/examples/grid/index.html b/examples/grid/index.html
index 2282d8066..0e90504f8 100644
--- a/examples/grid/index.html
+++ b/examples/grid/index.html
@@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
diff --git a/examples/jumbotron-narrow/index.html b/examples/jumbotron-narrow/index.html
index 0b45b9e23..02998bb1f 100644
--- a/examples/jumbotron-narrow/index.html
+++ b/examples/jumbotron-narrow/index.html
@@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
diff --git a/examples/jumbotron/index.html b/examples/jumbotron/index.html
index 4cf2f9293..d96ecab95 100644
--- a/examples/jumbotron/index.html
+++ b/examples/jumbotron/index.html
@@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
diff --git a/examples/justified-nav/index.html b/examples/justified-nav/index.html
index f2fd078c9..e8d08dd86 100644
--- a/examples/justified-nav/index.html
+++ b/examples/justified-nav/index.html
@@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
diff --git a/examples/navbar-fixed-top/index.html b/examples/navbar-fixed-top/index.html
index 258a0baf7..65e9ec585 100644
--- a/examples/navbar-fixed-top/index.html
+++ b/examples/navbar-fixed-top/index.html
@@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
diff --git a/examples/navbar-static-top/index.html b/examples/navbar-static-top/index.html
index c921a0d75..457885006 100644
--- a/examples/navbar-static-top/index.html
+++ b/examples/navbar-static-top/index.html
@@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
diff --git a/examples/navbar/index.html b/examples/navbar/index.html
index b602cefd7..ce5c90c3f 100644
--- a/examples/navbar/index.html
+++ b/examples/navbar/index.html
@@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
diff --git a/examples/non-responsive/index.html b/examples/non-responsive/index.html
index ce8ac517a..2aa5c4f57 100644
--- a/examples/non-responsive/index.html
+++ b/examples/non-responsive/index.html
@@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<meta name="author" content="">
diff --git a/examples/offcanvas/index.html b/examples/offcanvas/index.html
index e967e6933..c8e6a793a 100644
--- a/examples/offcanvas/index.html
+++ b/examples/offcanvas/index.html
@@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
diff --git a/examples/signin/index.html b/examples/signin/index.html
index de9fd5e3c..45cb8db57 100644
--- a/examples/signin/index.html
+++ b/examples/signin/index.html
@@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
diff --git a/examples/starter-template/index.html b/examples/starter-template/index.html
index 244fe65f5..1efa511bb 100644
--- a/examples/starter-template/index.html
+++ b/examples/starter-template/index.html
@@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
diff --git a/examples/sticky-footer-navbar/index.html b/examples/sticky-footer-navbar/index.html
index ea1b1f5a1..591e4a8bb 100644
--- a/examples/sticky-footer-navbar/index.html
+++ b/examples/sticky-footer-navbar/index.html
@@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
diff --git a/examples/sticky-footer/index.html b/examples/sticky-footer/index.html
index 325daa24c..1243c1cbc 100644
--- a/examples/sticky-footer/index.html
+++ b/examples/sticky-footer/index.html
@@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
diff --git a/examples/theme/index.html b/examples/theme/index.html
index dbc4fdadd..0ca5a2fc4 100644
--- a/examples/theme/index.html
+++ b/examples/theme/index.html
@@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
diff --git a/getting-started.html b/getting-started.html
index 8c0d9d2a3..4751de08e 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -749,6 +749,7 @@ bootstrap/
{% highlight html %}
<meta http-equiv="X-UA-Compatible" content="IE=edge">
{% endhighlight %}
+ <p>This tag is included in all docs pages and examples to ensure the best rendering possible in each supported version of Internet Explorer.</p>
<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>
<h3>Internet Explorer 10 in Windows 8 and Windows Phone 8</h3>