diff options
| author | XhmikosR <[email protected]> | 2018-09-20 12:10:31 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-10-18 11:27:47 +0300 |
| commit | f77c7a3c92e5fc01970eb09e507a17dddd50aa0f (patch) | |
| tree | 4b69891f03aa9531c8ae22dd51083939d507bdbc /docs/_includes | |
| parent | 26897b919b26e1b071b5c73b8e1740d36c5be7c6 (diff) | |
| download | bootstrap-f77c7a3c92e5fc01970eb09e507a17dddd50aa0f.tar.xz bootstrap-f77c7a3c92e5fc01970eb09e507a17dddd50aa0f.zip | |
Switch to lowercase `doctype`.
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"> |
