aboutsummaryrefslogtreecommitdiff
path: root/site/docs
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2018-09-28 13:59:45 +0300
committerXhmikosR <[email protected]>2018-10-14 08:17:40 +0300
commit339311ddb5eda9e0cbb6b462901ac6d8f43e3e84 (patch)
tree5c41cd5db4d2b3587a5c64946a709d03c9bed975 /site/docs
parent4ce091b87fc6af56131761753ff99ec2fe5a42c6 (diff)
downloadbootstrap-339311ddb5eda9e0cbb6b462901ac6d8f43e3e84.tar.xz
bootstrap-339311ddb5eda9e0cbb6b462901ac6d8f43e3e84.zip
Fix invalid selectors in tests and examples.
Diffstat (limited to 'site/docs')
-rw-r--r--site/docs/4.1/examples/navbar-bottom/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.1/examples/navbar-bottom/index.html b/site/docs/4.1/examples/navbar-bottom/index.html
index 58a7a410d..e8843cac8 100644
--- a/site/docs/4.1/examples/navbar-bottom/index.html
+++ b/site/docs/4.1/examples/navbar-bottom/index.html
@@ -38,7 +38,7 @@
<a class="nav-link disabled" href="#">Disabled</a>
</li>
<li class="nav-item dropup">
- <a class="nav-link dropdown-toggle" href="https://getbootstrap.com" id="dropdown10" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Dropup</a>
+ <a class="nav-link dropdown-toggle" href="#" id="dropdown10" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Dropup</a>
<div class="dropdown-menu" aria-labelledby="dropdown10">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>