aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
authorvsn4ik <[email protected]>2014-07-25 16:54:05 +0400
committervsn4ik <[email protected]>2014-07-25 16:54:05 +0400
commit3e15e40ac9515d1774bad69fe3a88e912da50ab3 (patch)
treec213891d830fc1a1c5d91a37c62d2cca44dce1b0 /docs/_includes
parent2c4641855dd0505608566489392ed35aaa6cf2e3 (diff)
downloadbootstrap-3e15e40ac9515d1774bad69fe3a88e912da50ab3.tar.xz
bootstrap-3e15e40ac9515d1774bad69fe3a88e912da50ab3.zip
dropdowns.html: Remove wrong "type" attribute.
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/js/dropdowns.html2
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>