Commit 1d20611d authored by Chris Rebert's avatar Chris Rebert

fix invalid HTML in components.html

type="button" doesn't make sense for an <a>
parent bac15312
......@@ -1171,7 +1171,7 @@ base_url: "../"
<a class="btn btn-default" role="button">Left</a>
<a class="btn btn-default" role="button">Middle</a>
<div class="btn-group">
<a type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
<a class="btn btn-default dropdown-toggle" data-toggle="dropdown">
Right dropdown <span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment