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/getting-started.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index 78756ee75..63ed7e7e4 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -201,6 +201,7 @@

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.

Now, here's a look at a typical HTML file:

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

To make this a Bootstrapped template, just include the appropriate CSS and JS files:

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