aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/css/overview.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_includes/css/overview.html')
-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>