Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2017-10-03 19:34:59 +0300
committerGitHub <noreply@github.com>2017-10-03 19:34:59 +0300
commitee574b76a7274366a56b84b98f83e2b1b7b00122 (patch)
treebd0b1c18d78bfed6d70ff0f7eb86468d44f28f2f /_layouts
parent527f55c2f3fecfbc1e991263d646a32de4ffcded (diff)
Switch to lowercase `doctype`. (#24217)
Having it uppercase doesn't offer anything and the lowercase version slightly improves gzip compression.
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html2
-rw-r--r--_layouts/docs.html2
-rw-r--r--_layouts/home.html2
-rw-r--r--_layouts/redirect.html2
4 files changed, 4 insertions, 4 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 0b0c214a16..0c800e2bb9 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!doctype html>
<html lang="en">
<head>
{% include header.html %}
diff --git a/_layouts/docs.html b/_layouts/docs.html
index 2e0e1e85df..558d64d2ae 100644
--- a/_layouts/docs.html
+++ b/_layouts/docs.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!doctype html>
<html lang="en">
<head>
{% include header.html %}
diff --git a/_layouts/home.html b/_layouts/home.html
index 6405134e27..05767fcd55 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!doctype html>
<html lang="en">
<head>
{% include header.html %}
diff --git a/_layouts/redirect.html b/_layouts/redirect.html
index 46bd6a270e..8666c85023 100644
--- a/_layouts/redirect.html
+++ b/_layouts/redirect.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">