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 /examples/theme | |
| 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 'examples/theme')
| -rw-r--r-- | examples/theme/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
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=""> |
