aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-01-18 20:45:45 -0800
committerMark Otto <[email protected]>2014-01-18 20:45:45 -0800
commit7e145a13c8aaeab8c22fceab73e5e1e149dcd720 (patch)
treee4c823975cdf5925eeb7a65c537e46bae1290c27 /docs
parentb67cba2b4d1fe2b7a9685bb5c80eb77ee64e6ab1 (diff)
parent60298dd623550eed4bc2f2c92fe0a5bfdf51462c (diff)
downloadbootstrap-7e145a13c8aaeab8c22fceab73e5e1e149dcd720.tar.xz
bootstrap-7e145a13c8aaeab8c22fceab73e5e1e149dcd720.zip
Merge pull request #12288 from twbs/x-ua-compat
add X-UA-Compatible <meta> to basic template
Diffstat (limited to 'docs')
-rw-r--r--docs/getting-started.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html
index df549d841..d422deac2 100644
--- a/docs/getting-started.html
+++ b/docs/getting-started.html
@@ -117,6 +117,7 @@ bootstrap/
<!DOCTYPE html>
<html>
<head>
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Bootstrap 101 Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->