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/examples/non-responsive | |
| 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/examples/non-responsive')
| -rw-r--r-- | docs/examples/non-responsive/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/examples/non-responsive/index.html b/docs/examples/non-responsive/index.html index 915c479e3..41e5ca363 100644 --- a/docs/examples/non-responsive/index.html +++ b/docs/examples/non-responsive/index.html @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <!-- The above 2 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=""> |
