fix doc
This commit is contained in:
parent
2658e9d85e
commit
237bc23463
@ -63,8 +63,8 @@
|
||||
</div>
|
||||
|
||||
<div class="bd-example">
|
||||
<button type="button" class="btn btn-primary">
|
||||
Profile <span class="badge badge-light" aria-label="9 unread messages" >9</span>
|
||||
<button type="button" class="button">
|
||||
Profile <span class="badge badge-primary" aria-label="9 unread messages" >9</span>
|
||||
<span class="sr-only">unread messages</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -254,7 +254,7 @@
|
||||
<a href="#" class="badge badge-light">Light</a>
|
||||
<a href="#" class="badge badge-dark">Dark</a>
|
||||
<?php for ($i = 0; $i <= 9; $i++): ?>
|
||||
<a class="badge badge-status-<?php print $i; ?>" >status-<?php print $i; ?></a>
|
||||
<a href="#" class="badge badge-status-<?php print $i; ?>" >status-<?php print $i; ?></a>
|
||||
<?php endfor; ?>
|
||||
</code></pre></figure>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user