From ee574b76a7274366a56b84b98f83e2b1b7b00122 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 3 Oct 2017 19:34:59 +0300 Subject: Switch to lowercase `doctype`. (#24217) Having it uppercase doesn't offer anything and the lowercase version slightly improves gzip compression. --- docs/4.0/getting-started/introduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/4.0/getting-started') 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 %} - + ... -- cgit v1.2.3