diff options
| author | Mark Otto <[email protected]> | 2014-10-25 18:53:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-10-25 18:53:43 -0700 |
| commit | dbef67f198de6c5f862b044f64924cc41a7d77bd (patch) | |
| tree | a8c10b7f6716100666d32fca0e6585eda43e2c53 /docs/_includes/components | |
| parent | e795ea1084acfdca87d7715a7b6010095be8a28b (diff) | |
| download | bootstrap-dbef67f198de6c5f862b044f64924cc41a7d77bd.tar.xz bootstrap-dbef67f198de6c5f862b044f64924cc41a7d77bd.zip | |
fix validation
Diffstat (limited to 'docs/_includes/components')
| -rw-r--r-- | docs/_includes/components/dropdowns.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/_includes/components/dropdowns.html b/docs/_includes/components/dropdowns.html index a88feafd2..8f0b0c942 100644 --- a/docs/_includes/components/dropdowns.html +++ b/docs/_includes/components/dropdowns.html @@ -80,11 +80,11 @@ <p>Add a divider to separate series of links in a dropdown menu.</p> <div class="bs-example"> <div class="dropdown clearfix"> - <button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu2" data-toggle="dropdown"> + <button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenuDivider" data-toggle="dropdown"> Dropdown <span class="caret"></span> </button> - <ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu2"> + <ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenuDivider"> <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Action</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Another action</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Something else here</a></li> @@ -94,7 +94,7 @@ </div> </div><!-- /example --> {% highlight html %} -<ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu2"> +<ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenuDivider"> ... <li role="presentation" class="divider"></li> ... |
