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 90dfb7b commit 30e5eb7Copy full SHA for 30e5eb7
app/code/Magento/Review/view/frontend/templates/helper/summary_short.phtml
@@ -19,7 +19,9 @@ $urlForm = $block->getReviewsUrl() . '#review-form';
19
<div class="rating-result"
20
id="rating-result_<?= /* @noEscape */ $block->getProduct()->getId() ?>"
21
title="<?= $block->escapeHtmlAttr($rating) ?>%">
22
- <span style="width: <?= $block->escapeHtmlAttr($rating) ?>%"><span><?= $block->escapeHtml($rating) ?>%</span></span>
+ <span style="width: <?= $block->escapeHtmlAttr($rating) ?>%">
23
+ <span><?= $block->escapeHtml($rating) ?>%</span>
24
+ </span>
25
</div>
26
27
<?php endif;?>
0 commit comments