]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #4734 manually: doctype in getting started in examples
authorMark Otto <markotto@twitter.com>
Mon, 27 Aug 2012 05:29:40 +0000 (22:29 -0700)
committerMark Otto <markotto@twitter.com>
Mon, 27 Aug 2012 05:29:40 +0000 (22:29 -0700)
docs/getting-started.html
docs/templates/pages/getting-started.mustache

index 78756ee75597487885db2fc26c340d277794929f..63ed7e7e43737e0d8e40969363984807ac81e119 100644 (file)
           <p class="lead">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>.</p>
           <p>Now, here's a look at a <strong>typical HTML file</strong>:</p>
 <pre class="prettyprint linenums">
+&lt;!DOCTYPE html&gt;
 &lt;html&gt;
   &lt;head&gt;
     &lt;title&gt;Bootstrap 101 Template&lt;/title&gt;
 </pre>
           <p>To make this <strong>a Bootstrapped template</strong>, just include the appropriate CSS and JS files:</p>
 <pre class="prettyprint linenums">
+&lt;!DOCTYPE html&gt;
 &lt;html&gt;
   &lt;head&gt;
     &lt;title&gt;Bootstrap 101 Template&lt;/title&gt;
index f27c0834e2ede1959d934534d127e79b7c0cbc2f..3a68d4b668c479ce463e124264a0bafe7a1cb677 100644 (file)
           <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;
 </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;