#56647 closed feature request (duplicate)
Improve <br> tag closing way
| Reported by: | rajanpanchal2028 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Version: | 6.0.1 | |
| Severity: | major | Keywords: | |
| Cc: | Focuses: | coding-standards |
Description
On update-core.php file need to improve <br> tag closing structure so it should be <br/> or <br /> not <br>.
Attachments (1)
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
As per HTML5 standard, The
<br>is valid. There is no need to close it.