aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/css
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2018-09-20 12:10:31 +0300
committerXhmikosR <[email protected]>2018-10-18 11:27:47 +0300
commitf77c7a3c92e5fc01970eb09e507a17dddd50aa0f (patch)
tree4b69891f03aa9531c8ae22dd51083939d507bdbc /docs/_includes/css
parent26897b919b26e1b071b5c73b8e1740d36c5be7c6 (diff)
downloadbootstrap-f77c7a3c92e5fc01970eb09e507a17dddd50aa0f.tar.xz
bootstrap-f77c7a3c92e5fc01970eb09e507a17dddd50aa0f.zip
Switch to lowercase `doctype`.
Diffstat (limited to 'docs/_includes/css')
-rw-r--r--docs/_includes/css/overview.html2
1 files changed, 1 insertions, 1 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>