From 31c872191380d4cd32af379b9d24359d6a9dc34c Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 26 Sep 2017 15:24:14 +0300 Subject: Normalize all links. (#24109) * use a trailing slash when possible * use https when possible * remove a few redirected links * consistently use `https://popper.js.org/` * fix `iconUrl` in nuget files * change Jekyll Windows guide to the official one --- js/tests/visual/carousel.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'js/tests/visual/carousel.html') diff --git a/js/tests/visual/carousel.html b/js/tests/visual/carousel.html index eae9df705..26fb66c9d 100644 --- a/js/tests/visual/carousel.html +++ b/js/tests/visual/carousel.html @@ -20,13 +20,13 @@ -- cgit v1.2.3 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. --- js/tests/visual/carousel.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/tests/visual/carousel.html') 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 @@ - + -- cgit v1.2.3