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 /js/tests/visual/collapse.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 'js/tests/visual/collapse.html')
| -rw-r--r-- | js/tests/visual/collapse.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ -<!DOCTYPE html> +<!doctype html> <html> <head> <meta charset="utf-8"> |
