]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix validation errors.
authorXhmikosR <xhmikosr@gmail.com>
Tue, 25 Aug 2015 12:37:08 +0000 (15:37 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 25 Aug 2015 12:38:20 +0000 (15:38 +0300)
docs/components/dropdowns.md

index 785913dc4f71606a749e9df18e02eae8e333fd96..5e153d5967e3b02c2d2f2b2a1c856122cf974f14 100644 (file)
@@ -34,10 +34,10 @@ You can optionally use `<button>` elements in your dropdowns instead of `<a>`s.
 
 {% example html %}
 <div class="dropdown open">
-  <button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+  <button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenu2" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
     Dropdown
   </button>
-  <div class="dropdown-menu" aria-labelledby="dropdownMenu1">
+  <div class="dropdown-menu" aria-labelledby="dropdownMenu2">
     <button class="dropdown-item" type="button">Action</button>
     <button class="dropdown-item" type="button">Another action</button>
     <button class="dropdown-item" type="button">Something else here</button>