Opened 18 years ago
Closed 18 years ago
#5394 closed defect (bug) (duplicate)
Invalid XHTML 'correction'
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | General | Keywords: | wpautop |
| Focuses: | Cc: |
Description
What Happens:
Enter the following into a post or page:
<div> <form> </form> </div>
View the page and notice that the resulting HTML is:
<div> <form> </form> </p></div>
What I Expected:
I expect the HTML to look like so:
<div> <form> </form> </div>
Change History (6)
#3
in reply to:
↑ 2
@
18 years ago
Replying to santosj:
Isn't this an duplicate?
Of which bug? I didn't see any open bugs that matched it. There were some closed bugs that looked similar but (unless this is a regression) isn't the same.
Ciao!
Note: See
TracTickets for help on using
tickets.
Isn't this an duplicate?