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>2020-10-22 09:38:15 +0300
committerGitHub <noreply@github.com>2020-10-22 09:38:15 +0300
commit5a3f273b60f5b8a3207bc5b39684d36543e58c5a (patch)
treefd96144e6d3e7c9d0a684e39a09b874e24d22a5b /js/tests/visual/dropdown.html
parentafc0e83ecc00e748a617861be3318522069bd3eb (diff)
Move `href` attribute first (#31835)
Diffstat (limited to 'js/tests/visual/dropdown.html')
-rw-r--r--js/tests/visual/dropdown.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/visual/dropdown.html b/js/tests/visual/dropdown.html
index fcbe067ae9..fffde819a4 100644
--- a/js/tests/visual/dropdown.html
+++ b/js/tests/visual/dropdown.html
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" href="../../../dist/css/bootstrap.min.css">
+ <link href="../../../dist/css/bootstrap.min.css" rel="stylesheet">
<title>Dropdown</title>
</head>
<body>