Skip to content

Commit 41fffc9

Browse files
committed
Merge commit 'refs/pull/6801/head' of github.com:magento/magento2 into MAGETWO-59818
[GITHUB] Fixed unclosed span tag in Review module #6801
2 parents 83d7779 + 5228cf7 commit 41fffc9

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/form.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<?php if ($block->getRatings() && $block->getRatings()->getSize()): ?>
2121
<span id="input-message-box"></span>
2222
<fieldset class="field required review-field-ratings">
23-
<legend class="label"><span><?php echo $block->escapeHtml(__('Your Rating')) ?><span></legend><br/>
23+
<legend class="label"><span><?php echo $block->escapeHtml(__('Your Rating')) ?></span></legend><br/>
2424
<div class="control">
2525
<div class="nested" id="product-review-table">
2626
<?php foreach ($block->getRatings() as $_rating): ?>

0 commit comments

Comments
 (0)