aboutsummaryrefslogtreecommitdiff
path: root/_layouts/docs.html
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2017-10-03 19:34:59 +0300
committerGitHub <[email protected]>2017-10-03 19:34:59 +0300
commitee574b76a7274366a56b84b98f83e2b1b7b00122 (patch)
treebd0b1c18d78bfed6d70ff0f7eb86468d44f28f2f /_layouts/docs.html
parent527f55c2f3fecfbc1e991263d646a32de4ffcded (diff)
downloadbootstrap-ee574b76a7274366a56b84b98f83e2b1b7b00122.tar.xz
bootstrap-ee574b76a7274366a56b84b98f83e2b1b7b00122.zip
Switch to lowercase `doctype`. (#24217)
Having it uppercase doesn't offer anything and the lowercase version slightly improves gzip compression.
Diffstat (limited to '_layouts/docs.html')
-rw-r--r--_layouts/docs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/docs.html b/_layouts/docs.html
index 2e0e1e85d..558d64d2a 100644
--- a/_layouts/docs.html
+++ b/_layouts/docs.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!doctype html>
<html lang="en">
<head>
{% include header.html %}