Skip to content

Commit 87046fa

Browse files
Merge pull request #1497 from magento-engcom/2.1-develop-prs
[EngCom] Public Pull Requests - 2.1 - MAGETWO-75319 [Backport] Fixed unclosed span tag #10934
2 parents 51df1fe + 060350c commit 87046fa

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
@@ -22,7 +22,7 @@
2222
<?php if ($block->getRatings() && $block->getRatings()->getSize()): ?>
2323
<span id="input-message-box"></span>
2424
<fieldset class="field required review-field-ratings">
25-
<legend class="label"><span><?php /* @escapeNotVerified */ echo __('Your Rating') ?><span></legend><br/>
25+
<legend class="label"><span><?php /* @escapeNotVerified */ echo __('Your Rating') ?></span></legend><br/>
2626
<div class="control">
2727
<div class="nested" id="product-review-table">
2828
<?php foreach ($block->getRatings() as $_rating): ?>

0 commit comments

Comments
 (0)