diff options
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/css/overview.html | 2 | ||||
| -rw-r--r-- | docs/_includes/getting-started/template.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/css/overview.html b/docs/_includes/css/overview.html index a7d431ea1..49dd4796d 100644 --- a/docs/_includes/css/overview.html +++ b/docs/_includes/css/overview.html @@ -6,7 +6,7 @@ <h2 id="overview-doctype">HTML5 doctype</h2> <p>Bootstrap makes use of certain HTML elements and CSS properties that require the use of the HTML5 doctype. Include it at the beginning of all your projects.</p> {% highlight html %} -<!DOCTYPE html> +<!doctype html> <html lang="en"> ... </html> diff --git a/docs/_includes/getting-started/template.html b/docs/_includes/getting-started/template.html index b6a72b567..d119634f1 100644 --- a/docs/_includes/getting-started/template.html +++ b/docs/_includes/getting-started/template.html @@ -5,7 +5,7 @@ <p>Copy the HTML below to begin working with a minimal Bootstrap document.</p> {% highlight html %} -<!DOCTYPE html> +<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> |
