diff options
| author | Chris Rebert <[email protected]> | 2014-07-25 07:27:49 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-07-25 07:27:49 -0700 |
| commit | 73540abc80727990fc90c46e6276e552fed71222 (patch) | |
| tree | c213891d830fc1a1c5d91a37c62d2cca44dce1b0 /docs | |
| parent | 2c4641855dd0505608566489392ed35aaa6cf2e3 (diff) | |
| parent | 3e15e40ac9515d1774bad69fe3a88e912da50ab3 (diff) | |
| download | bootstrap-73540abc80727990fc90c46e6276e552fed71222.tar.xz bootstrap-73540abc80727990fc90c46e6276e552fed71222.zip | |
Merge pull request #14240 from vsn4ik/fix_dropdown_link_example
dropdowns.html: Remove wrong "type" attribute.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_includes/js/dropdowns.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/js/dropdowns.html b/docs/_includes/js/dropdowns.html index 25d0bbe0f..6e4710155 100644 --- a/docs/_includes/js/dropdowns.html +++ b/docs/_includes/js/dropdowns.html @@ -134,7 +134,7 @@ <p>To keep URLs intact with link buttons, use the <code>data-target</code> attribute instead of <code>href="#"</code>.</p> {% highlight html %} <div class="dropdown"> - <a id="dLabel" data-target="#" href="http://example.com" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> + <a id="dLabel" data-target="#" href="http://example.com" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Dropdown trigger <span class="caret"></span> </a> |
