diff options
| author | Mark Otto <[email protected]> | 2013-01-30 17:44:45 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-30 17:44:45 -0800 |
| commit | 3b6b8e9f410474fc2f258b4d4637893dbfbb326e (patch) | |
| tree | 7908c0aad6ec35d8c657a3a47df15c9608e80c0b | |
| parent | f20c3368e41cb654dfcb568968b171c45de22127 (diff) | |
| parent | 22f1cc44caa1eb8557fad4bbb1d652d486b56a52 (diff) | |
| download | bootstrap-3b6b8e9f410474fc2f258b4d4637893dbfbb326e.tar.xz bootstrap-3b6b8e9f410474fc2f258b4d4637893dbfbb326e.zip | |
Merge branch 'greg-raven-patch-2' into 2.3.0-wip
| -rw-r--r-- | docs/templates/pages/getting-started.mustache | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache index 713d1d05f..a2124b9a1 100644 --- a/docs/templates/pages/getting-started.mustache +++ b/docs/templates/pages/getting-started.mustache @@ -134,10 +134,11 @@ <html> <head> <title>Bootstrap 101 Template</title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <body> <h1>Hello, world!</h1> - <script src="http://code.jquery.com/jquery-latest.js"></script> + <script src="http://code.jquery.com/jquery.js"></script> </body> </html> </pre> @@ -152,7 +153,7 @@ </head> <body> <h1>Hello, world!</h1> - <script src="http://code.jquery.com/jquery-latest.js"></script> + <script src="http://code.jquery.com/jquery.js"></script> <script src="js/bootstrap.min.js"></script> </body> </html> |
