aboutsummaryrefslogtreecommitdiff
path: root/js/tests/integration/index.html
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-10-22 09:38:15 +0300
committerGitHub <[email protected]>2020-10-22 09:38:15 +0300
commit5a3f273b60f5b8a3207bc5b39684d36543e58c5a (patch)
treefd96144e6d3e7c9d0a684e39a09b874e24d22a5b /js/tests/integration/index.html
parentafc0e83ecc00e748a617861be3318522069bd3eb (diff)
downloadbootstrap-5a3f273b60f5b8a3207bc5b39684d36543e58c5a.tar.xz
bootstrap-5a3f273b60f5b8a3207bc5b39684d36543e58c5a.zip
Move `href` attribute first (#31835)
Diffstat (limited to 'js/tests/integration/index.html')
-rw-r--r--js/tests/integration/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/integration/index.html b/js/tests/integration/index.html
index 901f83d0c..5606755b1 100644
--- a/js/tests/integration/index.html
+++ b/js/tests/integration/index.html
@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
- <link rel="stylesheet" href="../../../dist/css/bootstrap.min.css">
+ <link href="../../../dist/css/bootstrap.min.css" rel="stylesheet">
<title>Hello, world!</title>
</head>