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 762b511 commit 901f795Copy full SHA for 901f795
app/code/Magento/Review/view/frontend/templates/helper/summary_short.phtml
@@ -19,7 +19,7 @@ $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 style="width: <?= $block->escapeHtmlAttr($rating) ?>%;">
23
<span><?= $block->escapeHtml($rating) ?>%</span>
24
</span>
25
</div>
0 commit comments