Skip to content

Commit 901f795

Browse files
authored
Update summary_short.phtml
1 parent 762b511 commit 901f795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Review/view/frontend/templates/helper/summary_short.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $urlForm = $block->getReviewsUrl() . '#review-form';
1919
<div class="rating-result"
2020
id="rating-result_<?= /* @noEscape */ $block->getProduct()->getId() ?>"
2121
title="<?= $block->escapeHtmlAttr($rating) ?>%">
22-
<span style="width: <?= $block->escapeHtmlAttr($rating) ?>%">
22+
<span style="width: <?= $block->escapeHtmlAttr($rating) ?>%;">
2323
<span><?= $block->escapeHtml($rating) ?>%</span>
2424
</span>
2525
</div>

0 commit comments

Comments
 (0)