From eb8aad85b832e01ee1abff4ec90ef751d4e73b78 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 26 Aug 2012 22:29:40 -0700 Subject: fixes #4734 manually: doctype in getting started in examples --- docs/templates/pages/getting-started.mustache | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/templates') diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache index f27c0834e..3a68d4b66 100644 --- a/docs/templates/pages/getting-started.mustache +++ b/docs/templates/pages/getting-started.mustache @@ -130,6 +130,7 @@

{{_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 File structure.{{/i}}

{{_i}}Now, here's a look at a typical HTML file:{{/i}}

+<!DOCTYPE html>
 <html>
   <head>
     <title>Bootstrap 101 Template</title>
@@ -141,6 +142,7 @@
 

{{_i}}To make this a Bootstrapped template, just include the appropriate CSS and JS files:{{/i}}

+<!DOCTYPE html>
 <html>
   <head>
     <title>Bootstrap 101 Template</title>
-- 
cgit v1.2.3