diff options
| author | Mark Otto <[email protected]> | 2013-09-24 17:16:06 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-24 17:16:06 -0700 |
| commit | cf915f9c64e99558c987277f0ce43bf100586fa0 (patch) | |
| tree | 438b34758b906e9a627cf5203dc614d30e8c6bfc /examples/offcanvas | |
| parent | f19126ed08418614285804e3621502942b425952 (diff) | |
| parent | 735105ae7274f5c6175d0b2550fc35597e09bee4 (diff) | |
| download | bootstrap-cf915f9c64e99558c987277f0ce43bf100586fa0.tar.xz bootstrap-cf915f9c64e99558c987277f0ce43bf100586fa0.zip | |
Merge pull request #10790 from twbs/disable-compatibility-mode
Disable IE Compatibility Mode in docs, examples
Diffstat (limited to 'examples/offcanvas')
| -rw-r--r-- | examples/offcanvas/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/offcanvas/index.html b/examples/offcanvas/index.html index e967e6933..c8e6a793a 100644 --- a/examples/offcanvas/index.html +++ b/examples/offcanvas/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=""> |
