Fixes #13208: Drop <b> for <span> in code snippets and examples
This commit is contained in:
parent
bfb99413ee
commit
f159ce8b9e
12 changed files with 26 additions and 26 deletions
|
|
@ -48,7 +48,7 @@
|
|||
<li><a href="#about">About</a></li>
|
||||
<li><a href="#contact">Contact</a></li>
|
||||
<li class="dropdown">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a>
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <span class="caret"></span></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="#">Action</a></li>
|
||||
<li><a href="#">Another action</a></li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue