Opened 8 years ago
Last modified 5 years ago
#40202 new defect (bug)
wpautop bad code
Reported by: | jim5471 | Owned by: | |
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | 4.7.3 |
Component: | Formatting | Keywords: | needs-patch |
Focuses: | Cc: |
Description
post content
<a href="document.htm"><div>Text</div></a>
generated markup - note wrong HTML
<p><a href="document.htm"></p> <div>Text</div> <p></a></p>
related: #40135
Change History (3)
#1
@
8 years ago
Version 0, edited 8 years ago
by
(next)
This ticket was mentioned in Slack in #core by noisysocks. View the logs.
5 years ago
Note: See
TracTickets for help on using
tickets.
Similar result Post content
generated markup