2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03: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
+1 -1
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">
...