diff options
| author | XhmikosR <[email protected]> | 2014-11-01 17:01:14 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-11-01 17:01:14 +0200 |
| commit | 947aa1f7e422a65d12ae92a05c9c7a313ea930af (patch) | |
| tree | f70f7baadefd586cc9cb5ce3924428153af73538 /docs/_includes/js | |
| parent | 7d8bacb8178c33c389575d1fc0fc2d99590eb4b6 (diff) | |
| parent | 1f64aac6b9e04e9f5ba2cf2dcc29031c3d150d81 (diff) | |
| download | bootstrap-947aa1f7e422a65d12ae92a05c9c7a313ea930af.tar.xz bootstrap-947aa1f7e422a65d12ae92a05c9c7a313ea930af.zip | |
Merge pull request #14966 from krautcomputing/whitespace_fix
fix whitespace in js dropdown docs
Diffstat (limited to 'docs/_includes/js')
| -rw-r--r-- | docs/_includes/js/dropdowns.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/js/dropdowns.html b/docs/_includes/js/dropdowns.html index dd360a334..64b03fa54 100644 --- a/docs/_includes/js/dropdowns.html +++ b/docs/_includes/js/dropdowns.html @@ -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"> ... |
