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 901f795 commit f87cb85Copy full SHA for f87cb85
app/code/Magento/Review/view/frontend/templates/helper/summary.phtml
@@ -20,7 +20,7 @@ $urlForm = $block->getReviewsUrl() . '#review-form';
20
<div class="rating-summary">
21
<span class="label"><span><?= $block->escapeHtml(__('Rating')) ?>:</span></span>
22
<div class="rating-result" title="<?= $block->escapeHtmlAttr($rating); ?>%">
23
- <span style="width:<?= $block->escapeHtmlAttr($rating); ?>%">
+ <span style="width:<?= $block->escapeHtmlAttr($rating); ?>%;">
24
<span>
25
<span itemprop="ratingValue"><?= $block->escapeHtml($rating); ?>
26
</span>% of <span itemprop="bestRating">100</span>
0 commit comments