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 d40d57e commit 0959e31Copy full SHA for 0959e31
app/code/Magento/Review/view/frontend/templates/helper/summary.phtml
@@ -22,7 +22,7 @@ $urlForm = $block->getReviewsUrl() . '#review-form';
22
<div class="rating-result"
23
id="rating-result_<?= $block->escapeHtmlAttr($block->getProduct()->getId()) ?>"
24
title="<?= $block->escapeHtmlAttr($rating); ?>%">
25
- <span style="width:<?= $block->escapeHtmlAttr($rating); ?>%;">
+ <span style="width: <?= $block->escapeHtmlAttr($rating); ?>%;">
26
<span>
27
<span itemprop="ratingValue"><?= $block->escapeHtml($rating); ?>
28
</span>% of <span itemprop="bestRating">100</span>
0 commit comments