File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Catalog/view/frontend/templates/product/view Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
$ label = $ block ->getChildData ($ alias , 'title ' );
23
23
?>
24
24
<div class="data item title"
25
- aria-labelledby="tab-label-<?= /* @escapeNotVerified */ $ alias ?> -title"
26
25
data-role="collapsible" id="tab-label-<?= /* @escapeNotVerified */ $ alias ?> ">
27
26
<a class="data switch"
28
27
tabindex="-1"
32
31
<?= /* @escapeNotVerified */ $ label ?>
33
32
</a>
34
33
</div>
35
- <div class="data item content" id="<?= /* @escapeNotVerified */ $ alias ?> " data-role="content">
34
+ <div class="data item content"
35
+ aria-labelledby="tab-label-<?= /* @escapeNotVerified */ $ alias ?> -title" id="<?= /* @escapeNotVerified */ $ alias ?> " data-role="content">
36
36
<?= /* @escapeNotVerified */ $ html ?>
37
37
</div>
38
38
<?php endforeach ;?>
You can’t perform that action at this time.
0 commit comments