-
-
Notifications
You must be signed in to change notification settings - Fork 190
Closed
Description
Currently yii\bootstrap\Nav uses the following default HTML for Bootstrap caret:
<b class="caret"><b>This is not in line with Bootstrap spec itself (see http://getbootstrap.com/css/#helper-classes-carets) and also inconsistent with (correct) HTML used in yii\bootstrap\ButtonDropdown:
} else {
$label .= ' <span class="caret"></span>';
$options = $this->options; Metadata
Metadata
Assignees
Labels
type:bugBugBug