We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003d938 commit d40d57eCopy full SHA for d40d57e
app/code/Magento/Review/view/frontend/templates/product/view/list.phtml
@@ -49,7 +49,7 @@ $format = $block->getDateFormat() ?: \IntlDateFormatter::SHORT;
49
title="<?= $escaper->escapeHtmlAttr($_vote->getPercent()) ?>%">
50
<meta itemprop="worstRating" content="1"/>
51
<meta itemprop="bestRating" content="100"/>
52
- <span style="width:<?= $escaper->escapeHtml($_vote->getPercent()) ?>%;">
+ <span style="width: <?= $escaper->escapeHtml($_vote->getPercent()) ?>%;">
53
<span itemprop="ratingValue">
54
<?= $escaper->escapeHtml($_vote->getPercent()) ?>%
55
</span>
0 commit comments