diff options
| author | Mark Otto <[email protected]> | 2014-01-18 20:45:45 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-01-18 20:45:45 -0800 |
| commit | 7e145a13c8aaeab8c22fceab73e5e1e149dcd720 (patch) | |
| tree | e4c823975cdf5925eeb7a65c537e46bae1290c27 | |
| parent | b67cba2b4d1fe2b7a9685bb5c80eb77ee64e6ab1 (diff) | |
| parent | 60298dd623550eed4bc2f2c92fe0a5bfdf51462c (diff) | |
| download | bootstrap-7e145a13c8aaeab8c22fceab73e5e1e149dcd720.tar.xz bootstrap-7e145a13c8aaeab8c22fceab73e5e1e149dcd720.zip | |
Merge pull request #12288 from twbs/x-ua-compat
add X-UA-Compatible <meta> to basic template
| -rw-r--r-- | docs/getting-started.html | 1 |
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 --> |
