Skip to content

Commit 30e5eb7

Browse files
authored
Update summary_short.phtml
1 parent 90dfb7b commit 30e5eb7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ $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) ?>%"><span><?= $block->escapeHtml($rating) ?>%</span></span>
22+
<span style="width: <?= $block->escapeHtmlAttr($rating) ?>%">
23+
<span><?= $block->escapeHtml($rating) ?>%</span>
24+
</span>
2325
</div>
2426
</div>
2527
<?php endif;?>

0 commit comments

Comments
 (0)