Closed
Description
The HTML in the following file is broken:
app/code/Magento/Review/view/frontend/templates/form.phtml
line #25
Here is the line with broken HTML:
<legend class="label"><span><?php /* @escapeNotVerified */ echo __('Your Rating') ?><span></legend><br/>
Here is a link to said file
The second <span>
tag should be a closing tag (</span>
)
Preconditions
- Google Chrome web browser
Steps to reproduce
- View product page on frontend
- Inspect "Your Rating" text on review submission form
- View DOM markup for
legend
element
Expected result
- HTML markup in DOM should only contain 1
span
tag