Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-08-27 09:29:40 +0400
committerMark Otto <markotto@twitter.com>2012-08-27 09:29:40 +0400
commiteb8aad85b832e01ee1abff4ec90ef751d4e73b78 (patch)
tree182248bbd7af22923b13863c776d23fb8a5a6628 /docs/templates/pages
parentf744ad57fcd2d4686861192c453c9e1f2554e9e7 (diff)
fixes #4734 manually: doctype in getting started in examples
Diffstat (limited to 'docs/templates/pages')
-rw-r--r--docs/templates/pages/getting-started.mustache2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache
index f27c0834e2..3a68d4b668 100644
--- a/docs/templates/pages/getting-started.mustache
+++ b/docs/templates/pages/getting-started.mustache
@@ -130,6 +130,7 @@
<p class="lead">{{_i}}With a brief intro into the contents out of the way, we can focus putting Bootstrap to use. To do that, we'll utilize a basic HTML template that includes everything we mentioned in the <a href="#file-structure">File structure</a>.{{/i}}</p>
<p>{{_i}}Now, here's a look at a <strong>typical HTML file</strong>:{{/i}}</p>
<pre class="prettyprint linenums">
+&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Bootstrap 101 Template&lt;/title&gt;
@@ -141,6 +142,7 @@
</pre>
<p>{{_i}}To make this <strong>a Bootstrapped template</strong>, just include the appropriate CSS and JS files:{{/i}}</p>
<pre class="prettyprint linenums">
+&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Bootstrap 101 Template&lt;/title&gt;