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/_includes | |
| 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/_includes')
| -rw-r--r-- | docs/_includes/getting-started/template.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_includes/getting-started/template.html b/docs/_includes/getting-started/template.html index 84e009885..6f45c3dd0 100644 --- a/docs/_includes/getting-started/template.html +++ b/docs/_includes/getting-started/template.html @@ -11,6 +11,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 --> <title>Bootstrap 101 Template</title> <!-- Bootstrap --> |
