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 1067a37 commit 4a9500aCopy full SHA for 4a9500a
app/code/Magento/Review/view/frontend/templates/view.phtml
@@ -43,7 +43,7 @@
43
<div class="rating-summary item"
44
id="rating-div-<?= $block->escapeHtml($ratingId) ?>">
45
<div class="rating-result" title="<?= /* @noEscape */ $rating ?>%">
46
- <span style="width: <?= /* @noEscape */ $rating ?>%">
+ <span style="width: <?= /* @noEscape */ $rating ?>%;">
47
<span><?= /* @noEscape */ $rating ?>%</span>
48
</span>
49
</div>
0 commit comments