aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/getting-started
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/getting-started
parent26897b919b26e1b071b5c73b8e1740d36c5be7c6 (diff)
downloadbootstrap-f77c7a3c92e5fc01970eb09e507a17dddd50aa0f.tar.xz
bootstrap-f77c7a3c92e5fc01970eb09e507a17dddd50aa0f.zip
Switch to lowercase `doctype`.
Diffstat (limited to 'docs/_includes/getting-started')
-rw-r--r--docs/_includes/getting-started/template.html2
1 files changed, 1 insertions, 1 deletions
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">