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 /js/tests/visual/collapse.html
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 'js/tests/visual/collapse.html')
-rw-r--r--js/tests/visual/collapse.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/visual/collapse.html b/js/tests/visual/collapse.html
index 6b4e89bfb3..0c19def73f 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">