diff options
| author | Chris Rebert <[email protected]> | 2014-01-18 18:39:46 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-18 18:39:46 -0800 |
| commit | 60298dd623550eed4bc2f2c92fe0a5bfdf51462c (patch) | |
| tree | e4c823975cdf5925eeb7a65c537e46bae1290c27 /docs | |
| parent | b67cba2b4d1fe2b7a9685bb5c80eb77ee64e6ab1 (diff) | |
| download | bootstrap-60298dd623550eed4bc2f2c92fe0a5bfdf51462c.tar.xz bootstrap-60298dd623550eed4bc2f2c92fe0a5bfdf51462c.zip | |
add X-UA-Compatible <meta> to basic template
Diffstat (limited to 'docs')
| -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 --> |
