0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Merge pull request #14966 from krautcomputing/whitespace_fix

fix whitespace in js dropdown docs
This commit is contained in:
XhmikosR 2014-11-01 17:01:14 +02:00
commit 947aa1f7e4

View File

@ -124,7 +124,7 @@
<div class="dropdown">
<button id="dLabel" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Dropdown trigger
<span class="caret"></span>
<span class="caret"></span>
</button>
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
...