Commit 947aa1f7 authored by XhmikosR's avatar XhmikosR

Merge pull request #14966 from krautcomputing/whitespace_fix

fix whitespace in js dropdown docs
parents 7d8bacb8 1f64aac6
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
<div class="dropdown"> <div class="dropdown">
<button id="dLabel" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <button id="dLabel" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Dropdown trigger Dropdown trigger
<span class="caret"></span> <span class="caret"></span>
</button> </button>
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel"> <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
... ...
......
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