From f77c7a3c92e5fc01970eb09e507a17dddd50aa0f Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 20 Sep 2018 12:10:31 +0300 Subject: Switch to lowercase `doctype`. --- docs/_includes/css/overview.html | 2 +- docs/_includes/getting-started/template.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/_includes') 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 @@

HTML5 doctype

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.

{% highlight 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 @@

Copy the HTML below to begin working with a minimal Bootstrap document.

{% highlight html %} - + -- cgit v1.2.3