Skip to content

Commit db1b797

Browse files
jeff-phillips-18cdcabrera
authored andcommitted
fix(pfWizard): replaced dt with h4 for wizard title (#656)
1 parent d444ef6 commit db1b797

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/wizard/wizard.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<div>
22
<div class="modal-header" ng-if="!$ctrl.hideHeader">
3-
<button type="button" class="close wizard-pf-dismiss" aria-label="Close" ng-click="$ctrl.onCancel()" ng-if="!$ctrl.embedInPage">
4-
<span aria-hidden="true">&times;</span>
3+
<button type="button" class="close wizard-pf-dismiss" aria-hidden="true" aria-label="Close" ng-click="$ctrl.onCancel()" ng-if="!$ctrl.embedInPage">
4+
<span class="pficon pficon-close"></span>
55
</button>
6-
<dt class="modal-title">{{$ctrl.wizardTitle}}</dt>
6+
<h4 class="modal-title">{{$ctrl.wizardTitle}}</h4>
77
</div>
88
<div class="modal-body wizard-pf-body clearfix">
99
<!-- step area -->

0 commit comments

Comments
 (0)