diff options
| author | XhmikosR <[email protected]> | 2015-02-03 07:22:45 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-02-03 07:22:45 +0200 |
| commit | 391054fa2d50d0e19a2be852ca1a4bc0c356bb56 (patch) | |
| tree | 084647c27350e96f9a965648f76b7bcde1307163 /docs/_includes | |
| parent | fa27dc13b6e69d7f7f1f0eae5d71d71c5697f7a5 (diff) | |
| parent | a380e30f7e6a49a1438eca82d29d92c76168d9dd (diff) | |
| download | bootstrap-391054fa2d50d0e19a2be852ca1a4bc0c356bb56.tar.xz bootstrap-391054fa2d50d0e19a2be852ca1a4bc0c356bb56.zip | |
Merge pull request #15658 from kkirsche/patch-3
Fix issue #15601 — Position of Charset, X-UA-Compatible, and Viewport Meta Tags
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 --> |
