diff options
| author | XhmikosR <[email protected]> | 2017-10-03 19:34:59 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-03 19:34:59 +0300 |
| commit | ee574b76a7274366a56b84b98f83e2b1b7b00122 (patch) | |
| tree | bd0b1c18d78bfed6d70ff0f7eb86468d44f28f2f /_layouts/docs.html | |
| parent | 527f55c2f3fecfbc1e991263d646a32de4ffcded (diff) | |
| download | bootstrap-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.html | 2 |
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 %} |
