From ee574b76a7274366a56b84b98f83e2b1b7b00122 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 3 Oct 2017 19:34:59 +0300 Subject: [PATCH] Switch to lowercase `doctype`. (#24217) Having it uppercase doesn't offer anything and the lowercase version slightly improves gzip compression. --- _layouts/default.html | 2 +- _layouts/docs.html | 2 +- _layouts/home.html | 2 +- _layouts/redirect.html | 2 +- docs/4.0/examples/album/index.html | 2 +- docs/4.0/examples/blog/index.html | 2 +- docs/4.0/examples/carousel/index.html | 2 +- docs/4.0/examples/cover/index.html | 2 +- docs/4.0/examples/dashboard/index.html | 2 +- docs/4.0/examples/grid/index.html | 2 +- docs/4.0/examples/jumbotron/index.html | 2 +- docs/4.0/examples/justified-nav/index.html | 2 +- docs/4.0/examples/narrow-jumbotron/index.html | 2 +- docs/4.0/examples/navbar-top-fixed/index.html | 2 +- docs/4.0/examples/navbar-top/index.html | 2 +- docs/4.0/examples/navbars/index.html | 2 +- docs/4.0/examples/offcanvas/index.html | 2 +- docs/4.0/examples/signin/index.html | 2 +- docs/4.0/examples/starter-template/index.html | 2 +- docs/4.0/examples/sticky-footer-navbar/index.html | 2 +- docs/4.0/examples/sticky-footer/index.html | 2 +- docs/4.0/examples/tooltip-viewport/index.html | 2 +- docs/4.0/getting-started/introduction.md | 4 ++-- js/tests/index.html | 2 +- js/tests/visual/alert.html | 2 +- js/tests/visual/button.html | 2 +- js/tests/visual/carousel.html | 2 +- js/tests/visual/collapse.html | 2 +- js/tests/visual/dropdown.html | 2 +- js/tests/visual/modal.html | 2 +- js/tests/visual/popover.html | 2 +- js/tests/visual/scrollspy.html | 2 +- js/tests/visual/tab.html | 2 +- js/tests/visual/tooltip.html | 2 +- 34 files changed, 35 insertions(+), 35 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 0b0c214a1..0c800e2bb 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,4 +1,4 @@ - + {% include header.html %} 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 @@ - + {% include header.html %} diff --git a/_layouts/home.html b/_layouts/home.html index 6405134e2..05767fcd5 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -1,4 +1,4 @@ - + {% include header.html %} diff --git a/_layouts/redirect.html b/_layouts/redirect.html index 46bd6a270..8666c8502 100644 --- a/_layouts/redirect.html +++ b/_layouts/redirect.html @@ -1,4 +1,4 @@ - + diff --git a/docs/4.0/examples/album/index.html b/docs/4.0/examples/album/index.html index e086e7486..f704b3f05 100644 --- a/docs/4.0/examples/album/index.html +++ b/docs/4.0/examples/album/index.html @@ -1,4 +1,4 @@ - + diff --git a/docs/4.0/examples/blog/index.html b/docs/4.0/examples/blog/index.html index 980f0951d..2257cef95 100644 --- a/docs/4.0/examples/blog/index.html +++ b/docs/4.0/examples/blog/index.html @@ -1,4 +1,4 @@ - + diff --git a/docs/4.0/examples/carousel/index.html b/docs/4.0/examples/carousel/index.html index fdaebb350..32bc81e5c 100644 --- a/docs/4.0/examples/carousel/index.html +++ b/docs/4.0/examples/carousel/index.html @@ -1,4 +1,4 @@ - + diff --git a/docs/4.0/examples/cover/index.html b/docs/4.0/examples/cover/index.html index cb846cdda..47cbc3edf 100644 --- a/docs/4.0/examples/cover/index.html +++ b/docs/4.0/examples/cover/index.html @@ -1,4 +1,4 @@ - + diff --git a/docs/4.0/examples/dashboard/index.html b/docs/4.0/examples/dashboard/index.html index a9cf351b1..ece8fd595 100644 --- a/docs/4.0/examples/dashboard/index.html +++ b/docs/4.0/examples/dashboard/index.html @@ -1,4 +1,4 @@ - + diff --git a/docs/4.0/examples/grid/index.html b/docs/4.0/examples/grid/index.html index 68665f981..0be50f816 100644 --- a/docs/4.0/examples/grid/index.html +++ b/docs/4.0/examples/grid/index.html @@ -1,4 +1,4 @@ - + diff --git a/docs/4.0/examples/jumbotron/index.html b/docs/4.0/examples/jumbotron/index.html index a71a07715..a6a64cd26 100644 --- a/docs/4.0/examples/jumbotron/index.html +++ b/docs/4.0/examples/jumbotron/index.html @@ -1,4 +1,4 @@ - + diff --git a/docs/4.0/examples/justified-nav/index.html b/docs/4.0/examples/justified-nav/index.html index d478a559c..495332195 100644 --- a/docs/4.0/examples/justified-nav/index.html +++ b/docs/4.0/examples/justified-nav/index.html @@ -1,4 +1,4 @@ - + diff --git a/docs/4.0/examples/narrow-jumbotron/index.html b/docs/4.0/examples/narrow-jumbotron/index.html index a23076ea0..19ef46506 100644 --- a/docs/4.0/examples/narrow-jumbotron/index.html +++ b/docs/4.0/examples/narrow-jumbotron/index.html @@ -1,4 +1,4 @@ - + diff --git a/docs/4.0/examples/navbar-top-fixed/index.html b/docs/4.0/examples/navbar-top-fixed/index.html index 411790ddb..54e56fc48 100644 --- a/docs/4.0/examples/navbar-top-fixed/index.html +++ b/docs/4.0/examples/navbar-top-fixed/index.html @@ -1,4 +1,4 @@ - + diff --git a/docs/4.0/examples/navbar-top/index.html b/docs/4.0/examples/navbar-top/index.html index 23db5e5c8..3aeb45a8a 100644 --- a/docs/4.0/examples/navbar-top/index.html +++ b/docs/4.0/examples/navbar-top/index.html @@ -1,4 +1,4 @@ - + diff --git a/docs/4.0/examples/navbars/index.html b/docs/4.0/examples/navbars/index.html index cebe112f1..297b8912f 100644 --- a/docs/4.0/examples/navbars/index.html +++ b/docs/4.0/examples/navbars/index.html @@ -1,4 +1,4 @@ - + diff --git a/docs/4.0/examples/offcanvas/index.html b/docs/4.0/examples/offcanvas/index.html index 9de9526ec..c3ba9694c 100644 --- a/docs/4.0/examples/offcanvas/index.html +++ b/docs/4.0/examples/offcanvas/index.html @@ -1,4 +1,4 @@ - + diff --git a/docs/4.0/examples/signin/index.html b/docs/4.0/examples/signin/index.html index f796153d3..0416d78b6 100644 --- a/docs/4.0/examples/signin/index.html +++ b/docs/4.0/examples/signin/index.html @@ -1,4 +1,4 @@ - + diff --git a/docs/4.0/examples/starter-template/index.html b/docs/4.0/examples/starter-template/index.html index bf37fb1ea..660f521fa 100644 --- a/docs/4.0/examples/starter-template/index.html +++ b/docs/4.0/examples/starter-template/index.html @@ -1,4 +1,4 @@ - + diff --git a/docs/4.0/examples/sticky-footer-navbar/index.html b/docs/4.0/examples/sticky-footer-navbar/index.html index 70721229a..63beed2a4 100644 --- a/docs/4.0/examples/sticky-footer-navbar/index.html +++ b/docs/4.0/examples/sticky-footer-navbar/index.html @@ -1,4 +1,4 @@ - + diff --git a/docs/4.0/examples/sticky-footer/index.html b/docs/4.0/examples/sticky-footer/index.html index 2c24ea62d..a3055bb59 100644 --- a/docs/4.0/examples/sticky-footer/index.html +++ b/docs/4.0/examples/sticky-footer/index.html @@ -1,4 +1,4 @@ - + diff --git a/docs/4.0/examples/tooltip-viewport/index.html b/docs/4.0/examples/tooltip-viewport/index.html index 88e555036..b5899d2e9 100644 --- a/docs/4.0/examples/tooltip-viewport/index.html +++ b/docs/4.0/examples/tooltip-viewport/index.html @@ -1,4 +1,4 @@ - + diff --git a/docs/4.0/getting-started/introduction.md b/docs/4.0/getting-started/introduction.md index 29b8e7af1..8a3badc8d 100644 --- a/docs/4.0/getting-started/introduction.md +++ b/docs/4.0/getting-started/introduction.md @@ -56,7 +56,7 @@ Curious which components explicitly require jQuery, our JS, and Popper.js? Click Be sure to have your pages set up with the latest design and development standards. That means using an HTML5 doctype and including a viewport meta tag for proper responsive behaviors. Put it all together and your pages should look like this: {% highlight html %} - + Hello, world! @@ -90,7 +90,7 @@ Bootstrap employs a handful of important global styles and settings that you'll Bootstrap requires the use of the HTML5 doctype. Without it, you'll see some funky incomplete styling, but including it shouldn't cause any considerable hiccups. {% highlight html %} - + ... diff --git a/js/tests/index.html b/js/tests/index.html index 6e2b974f9..ad5b6437a 100644 --- a/js/tests/index.html +++ b/js/tests/index.html @@ -1,4 +1,4 @@ - + diff --git a/js/tests/visual/alert.html b/js/tests/visual/alert.html index 4632e894a..bb2d9cb48 100644 --- a/js/tests/visual/alert.html +++ b/js/tests/visual/alert.html @@ -1,4 +1,4 @@ - + diff --git a/js/tests/visual/button.html b/js/tests/visual/button.html index 9aaf08d44..33de14d8b 100644 --- a/js/tests/visual/button.html +++ b/js/tests/visual/button.html @@ -1,4 +1,4 @@ - + diff --git a/js/tests/visual/carousel.html b/js/tests/visual/carousel.html index 26fb66c9d..5bdd6160b 100644 --- a/js/tests/visual/carousel.html +++ b/js/tests/visual/carousel.html @@ -1,4 +1,4 @@ - + diff --git a/js/tests/visual/collapse.html b/js/tests/visual/collapse.html index 6b4e89bfb..0c19def73 100644 --- a/js/tests/visual/collapse.html +++ b/js/tests/visual/collapse.html @@ -1,4 +1,4 @@ - + diff --git a/js/tests/visual/dropdown.html b/js/tests/visual/dropdown.html index 5a5cc45f6..bb0fc6e41 100644 --- a/js/tests/visual/dropdown.html +++ b/js/tests/visual/dropdown.html @@ -1,4 +1,4 @@ - + diff --git a/js/tests/visual/modal.html b/js/tests/visual/modal.html index da9bbf93a..6e9f0f710 100644 --- a/js/tests/visual/modal.html +++ b/js/tests/visual/modal.html @@ -1,4 +1,4 @@ - + diff --git a/js/tests/visual/popover.html b/js/tests/visual/popover.html index e26dca491..d979d967a 100644 --- a/js/tests/visual/popover.html +++ b/js/tests/visual/popover.html @@ -1,4 +1,4 @@ - + diff --git a/js/tests/visual/scrollspy.html b/js/tests/visual/scrollspy.html index b3d4fb0b1..cfa31ceea 100644 --- a/js/tests/visual/scrollspy.html +++ b/js/tests/visual/scrollspy.html @@ -1,4 +1,4 @@ - + diff --git a/js/tests/visual/tab.html b/js/tests/visual/tab.html index 36dc00141..defb577cf 100644 --- a/js/tests/visual/tab.html +++ b/js/tests/visual/tab.html @@ -1,4 +1,4 @@ - + diff --git a/js/tests/visual/tooltip.html b/js/tests/visual/tooltip.html index fa84a20e4..2d3767830 100644 --- a/js/tests/visual/tooltip.html +++ b/js/tests/visual/tooltip.html @@ -1,4 +1,4 @@ - +