Skip to content

Nav uses "incorrect" HTML for caret #143

@PowerGamer1

Description

@PowerGamer1

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

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions