-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
34084: Replaced tag 'br' to a valid version #34136
34084: Replaced tag 'br' to a valid version #34136
Conversation
Hi @AZiniukhin. Thank you for your contribution
❗ Automated tests can be triggered manually with an appropriate comment:
You can find more information about the builds here ℹ️ Please run only needed test builds instead of all when developing. Please run all test builds before sending your PR for review. For more details, please, review the Magento Contributor Guide documentation. 🕙 You can find the schedule on the Magento Community Calendar page. 📞 The triage of Pull Requests happens in the queue order. If you want to speed up the delivery of your contribution, please join the Community Contributions Triage session to discuss the appropriate ticket. 🎥 You can find the recording of the previous Community Contributions Triage on the Magento Youtube Channel ✏️ Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel |
@xmav, I guess this change is related to the jquery update. Could you check it? |
@magento run all tests |
Pull Requests are not mergeable to the mainline. Please merge the latest mainlines to your Pull Requests and restart the builds. |
Hi @ihor-sviziev |
@magento run all tests |
Pull Requests are not mergeable to the mainline. Please merge the latest mainlines to your Pull Requests and restart the builds. |
@xmav - Can you fix the conflicting file please and check tests will run - they won't at the moment as you can see. |
@BarnyShergold I believe this should be addressed by @AZiniukhin |
Maybe take the following comment into account as well? Or are there valid cases for keeping a space in the tag in the year 2021? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use a shorter tag version as suggested in #34136 (comment)
After changes are applied and all builds are green, please squash them into a single commit so that we have perfectly clean history 😉
…84_Replaced_tag_br_to_a_valid_version
Magento 2 uses html5 as doctype so this makes no real difference afaik. Where is documented, that |
I did not find any depreciation notice at https://www.w3.org/TR/2011/WD-html5-author-20110809/the-br-element.html See also https://stackoverflow.com/questions/1946426/html-5-is-it-br-br-or-br |
Yes - sorry, wrong tag entered! |
@DanielRuf ok :) We have too many |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AZiniukhin as pointed out in discussion <br>
is perfectly valid so don't touch them.
Just change all </br>
to <br>
.
After changes are applied and all builds are green, please squash them into a single commit so that we have perfectly clean history 😉
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@magento run functional tests CE,Integration Tests,Static Tests,Unit Tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@magento run functional tests CE,Integration Tests,Static Tests,Unit Tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
Hello @AZiniukhin , Thank you for your contributions! Please resolve the conflict so we can proceed with this PR. Thanks again! |
Closing this PR since it has not been updated in a while. Please feel free to reopen if needed. |
Description (*)
Deprecated "<br>" and "</br>" tags were changed to their valid version "<br />"
Related Pull Requests
Fixed Issues (if relevant)
</br>
with a valid version of<br />
#34084Manual testing scenarios (*)
Questions or comments
Contribution checklist (*)