Skip to content

Commit 0959e31

Browse files
authored
Update summary.phtml
1 parent d40d57e commit 0959e31

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Review/view/frontend/templates/helper

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $urlForm = $block->getReviewsUrl() . '#review-form';
2222
<div class="rating-result"
2323
id="rating-result_<?= $block->escapeHtmlAttr($block->getProduct()->getId()) ?>"
2424
title="<?= $block->escapeHtmlAttr($rating); ?>%">
25-
<span style="width:<?= $block->escapeHtmlAttr($rating); ?>%;">
25+
<span style="width: <?= $block->escapeHtmlAttr($rating); ?>%;">
2626
<span>
2727
<span itemprop="ratingValue"><?= $block->escapeHtml($rating); ?>
2828
</span>% of <span itemprop="bestRating">100</span>

0 commit comments

Comments
 (0)