Skip to content

Commit 4a9500a

Browse files
authored
Update view.phtml
1 parent 1067a37 commit 4a9500a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<div class="rating-summary item"
4444
id="rating-div-<?= $block->escapeHtml($ratingId) ?>">
4545
<div class="rating-result" title="<?= /* @noEscape */ $rating ?>%">
46-
<span style="width: <?= /* @noEscape */ $rating ?>%">
46+
<span style="width: <?= /* @noEscape */ $rating ?>%;">
4747
<span><?= /* @noEscape */ $rating ?>%</span>
4848
</span>
4949
</div>

0 commit comments

Comments
 (0)