diff options
Diffstat (limited to 'docs/javascript/dropdowns.md')
| -rw-r--r-- | docs/javascript/dropdowns.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/javascript/dropdowns.md b/docs/javascript/dropdowns.md index a4fe9e5e0..544093fa8 100644 --- a/docs/javascript/dropdowns.md +++ b/docs/javascript/dropdowns.md @@ -137,7 +137,7 @@ To keep URLs intact with link buttons, use the `data-target` attribute instead o {% highlight html %} <div class="dropdown"> - <a id="dLabel" data-target="#" href="http://example.com" type="button" data-toggle="dropdown"> + <a id="dLabel" data-target="#" href="http://example.com" data-toggle="dropdown"> Dropdown trigger <span class="caret"></span> </a> |
