aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorysds <[email protected]>2017-11-20 09:28:30 +0900
committerJohann-S <[email protected]>2017-11-20 09:18:17 +0100
commiteeb3ce0138c900a61b23ae07f98172eab33fbe26 (patch)
tree90b99fc9991be2c27e217a4a64c28709deb02895 /docs
parent1449ec0d7c29b381592fa09edb15936a861827d7 (diff)
downloadbootstrap-eeb3ce0138c900a61b23ae07f98172eab33fbe26.tar.xz
bootstrap-eeb3ce0138c900a61b23ae07f98172eab33fbe26.zip
Fix dropup example code
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/components/dropdowns.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/4.0/components/dropdowns.md b/docs/4.0/components/dropdowns.md
index cb307550d..cde123b00 100644
--- a/docs/4.0/components/dropdowns.md
+++ b/docs/4.0/components/dropdowns.md
@@ -387,9 +387,8 @@ Trigger dropdown menus above elements by adding `.dropup` to the parent element.
{% highlight html %}
<!-- Default dropup button -->
<div class="btn-group dropup">
- <button type="button" class="btn btn-secondary">Dropup</button>
<button type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
- <span class="sr-only">Toggle Dropdown</span>
+ Dropup
</button>
<div class="dropdown-menu">
<!-- Dropdown menu links -->