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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes/css') 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 %} - + ... -- cgit v1.2.3