diff options
| author | Kevin Kirsche <[email protected]> | 2015-01-23 14:34:52 -0500 |
|---|---|---|
| committer | Kevin Kirsche <[email protected]> | 2015-02-02 15:45:57 -0500 |
| commit | a380e30f7e6a49a1438eca82d29d92c76168d9dd (patch) | |
| tree | 25c6db7baf0a9c914e01e003fe18cf52c3a0c68c /docs/examples/grid | |
| parent | 972a361e9825cc0e04463c07d28e713616b9a9df (diff) | |
| download | bootstrap-a380e30f7e6a49a1438eca82d29d92c76168d9dd.tar.xz bootstrap-a380e30f7e6a49a1438eca82d29d92c76168d9dd.zip | |
Fix issue #15601 — Position of X-UA-Compatible
Fix issue #15601 — Position of X-UA-Compatible, charset and viewport
Add comment to all examples
The non-responsive is correctly saying 2 instead of 3
Diffstat (limited to 'docs/examples/grid')
| -rw-r--r-- | docs/examples/grid/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/examples/grid/index.html b/docs/examples/grid/index.html index 3fadedbe8..7b4b69574 100644 --- a/docs/examples/grid/index.html +++ b/docs/examples/grid/index.html @@ -4,6 +4,7 @@ <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> <meta name="description" content=""> <meta name="author" content=""> <link rel="icon" href="../../favicon.ico"> |
