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.
2 parents 5855535 + d27546f commit b00c159Copy full SHA for b00c159
app/code/Magento/Review/view/adminhtml/templates/rating/stars/summary.phtml
@@ -11,7 +11,7 @@
11
?>
12
<?php if ($block->getRatingSummary()->getCount()): ?>
13
<div class="rating-box">
14
- <div class="rating"/>
+ <div class="rating"></div>
15
</div>
16
<?= /* @noEscape */ $secureRenderer->renderStyleAsTag(
17
"width:" . /* @noEscape */ ceil($block->getRatingSummary()->getSum() /
0 commit comments