diff options
| author | Julian Thilo <[email protected]> | 2013-09-24 18:43:16 +0200 |
|---|---|---|
| committer | Julian Thilo <[email protected]> | 2013-09-24 18:43:16 +0200 |
| commit | 33e0877d21e701430f7bc185ab4e2c8b2e60f9c5 (patch) | |
| tree | 91080489c795876a5642fee21ce433f501f099b7 /_includes | |
| parent | b80f58b336cd7a4b59d704ff4c311cbf8edf5e51 (diff) | |
| download | bootstrap-33e0877d21e701430f7bc185ab4e2c8b2e60f9c5.tar.xz bootstrap-33e0877d21e701430f7bc185ab4e2c8b2e60f9c5.zip | |
Disable IE Compatibility Mode in docs, examples
...because we don't support it and it may cause problems for people
trying to view the docs in IE.
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/header.html | 1 |
1 files changed, 1 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=""> |
