We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f57a30 commit f7d8eddCopy full SHA for f7d8edd
app/code/Magento/Catalog/view/frontend/templates/product/view/details.phtml
@@ -21,7 +21,7 @@
21
$label = $block->getChildData($alias, 'title');
22
?>
23
<div class="data item title"
24
- aria-labeledby="tab-label-<?= /* @escapeNotVerified */ $alias ?>-title"
+ aria-labelledby="tab-label-<?= /* @escapeNotVerified */ $alias ?>-title"
25
data-role="collapsible" id="tab-label-<?= /* @escapeNotVerified */ $alias ?>">
26
<a class="data switch"
27
tabindex="-1"
0 commit comments