diff options
| author | XhmikosR <[email protected]> | 2015-08-25 15:37:08 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-08-25 15:38:20 +0300 |
| commit | 0873e9afa852ff723b6b163a7d8aa32aac85c19f (patch) | |
| tree | 7ec4322094932817d218b2931c4ddf35a77ec995 /docs/components | |
| parent | 366e51df3f75bca708a9f7489cb9e0088a544596 (diff) | |
| download | bootstrap-0873e9afa852ff723b6b163a7d8aa32aac85c19f.tar.xz bootstrap-0873e9afa852ff723b6b163a7d8aa32aac85c19f.zip | |
Fix validation errors.
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/dropdowns.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/dropdowns.md b/docs/components/dropdowns.md index 785913dc4..5e153d596 100644 --- a/docs/components/dropdowns.md +++ b/docs/components/dropdowns.md @@ -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> |
