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 2222 $ label = $ block ->getChildData ($ alias , 'title ' );
2323 ?>
2424 <div class="data item title"
25- aria-labelledby="tab-label-<?= /* @escapeNotVerified */ $ alias ?> -title"
2625 data-role="collapsible" id="tab-label-<?= /* @escapeNotVerified */ $ alias ?> ">
2726 <a class="data switch"
2827 tabindex="-1"
3231 <?= /* @escapeNotVerified */ $ label ?>
3332 </a>
3433 </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">
3636 <?= /* @escapeNotVerified */ $ html ?>
3737 </div>
3838 <?php endforeach ;?>
You can’t perform that action at this time.
0 commit comments