Opened 18 years ago
Closed 18 years ago
#3952 closed defect (bug) (fixed)
wpautop incorrectly wraps horizontal rules
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.2 | Priority: | normal |
Severity: | normal | Version: | 2.1.2 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
hr tags get wrapped inside p.../p tags. Since hr is a block level element, and p can only contain inline elements, this causes a validation error. It's not enough to throw most browsers into quirks mode, but still, wpautop should be modified to recognize hr as a block level element.
I believe that adding hr to the $allblocks list in wpautop would be enough to solve the issue, but I'm not certain.
The issue has also been noted here: http://wordpress.org/support/topic/109513
Change History (4)
Note: See
TracTickets for help on using
tickets.
(In [5222]) Don't autop <hr />. fixes #3952