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 83d7779 + 5228cf7 commit 41fffc9Copy full SHA for 41fffc9
app/code/Magento/Review/view/frontend/templates/form.phtml
@@ -20,7 +20,7 @@
20
<?php if ($block->getRatings() && $block->getRatings()->getSize()): ?>
21
<span id="input-message-box"></span>
22
<fieldset class="field required review-field-ratings">
23
- <legend class="label"><span><?php echo $block->escapeHtml(__('Your Rating')) ?><span></legend><br/>
+ <legend class="label"><span><?php echo $block->escapeHtml(__('Your Rating')) ?></span></legend><br/>
24
<div class="control">
25
<div class="nested" id="product-review-table">
26
<?php foreach ($block->getRatings() as $_rating): ?>
0 commit comments