We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51df1fe + 060350c commit 87046faCopy full SHA for 87046fa
app/code/Magento/Review/view/frontend/templates/form.phtml
@@ -22,7 +22,7 @@
22
<?php if ($block->getRatings() && $block->getRatings()->getSize()): ?>
23
<span id="input-message-box"></span>
24
<fieldset class="field required review-field-ratings">
25
- <legend class="label"><span><?php /* @escapeNotVerified */ echo __('Your Rating') ?><span></legend><br/>
+ <legend class="label"><span><?php /* @escapeNotVerified */ echo __('Your Rating') ?></span></legend><br/>
26
<div class="control">
27
<div class="nested" id="product-review-table">
28
<?php foreach ($block->getRatings() as $_rating): ?>
0 commit comments