aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-01-30 17:44:45 -0800
committerMark Otto <[email protected]>2013-01-30 17:44:45 -0800
commit3b6b8e9f410474fc2f258b4d4637893dbfbb326e (patch)
tree7908c0aad6ec35d8c657a3a47df15c9608e80c0b
parentf20c3368e41cb654dfcb568968b171c45de22127 (diff)
parent22f1cc44caa1eb8557fad4bbb1d652d486b56a52 (diff)
downloadbootstrap-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.mustache5
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 @@
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Bootstrap 101 Template&lt;/title&gt;
+ &lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;h1&gt;Hello, world!&lt;/h1&gt;
- &lt;script src="http://code.jquery.com/jquery-latest.js"&gt;&lt;/script&gt;
+ &lt;script src="http://code.jquery.com/jquery.js"&gt;&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre>
@@ -152,7 +153,7 @@
&lt;/head&gt;
&lt;body&gt;
&lt;h1&gt;Hello, world!&lt;/h1&gt;
- &lt;script src="http://code.jquery.com/jquery-latest.js"&gt;&lt;/script&gt;
+ &lt;script src="http://code.jquery.com/jquery.js"&gt;&lt;/script&gt;
&lt;script src="js/bootstrap.min.js"&gt;&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;