]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
dropdowns.html: Remove wrong "type" attribute. 14240/head
authorvsn4ik <vsn4ik@gmail.com>
Fri, 25 Jul 2014 12:54:05 +0000 (16:54 +0400)
committervsn4ik <vsn4ik@gmail.com>
Fri, 25 Jul 2014 12:54:05 +0000 (16:54 +0400)
docs/_includes/js/dropdowns.html

index 25d0bbe0ffb9184b3d0276b4cbc6c5dc2b7e07f0..6e4710155f6e1547ef695aade00069a4aa18fa00 100644 (file)
   <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>