Make WordPress Core

Opened 20 years ago

Closed 20 years ago

#849 closed defect (bug) (wontfix)

Wordpress adds paragraph close, but fails to open paragraph

Reported by: noderat's profile noderat Owned by: matt's profile matt
Milestone: Priority: normal
Severity: minor Version: 1.5
Component: General Keywords:
Focuses: Cc:

Description

When a <div> is added to a post, the latest CVS code will not add a <p> tag to the start of it, however; when a new line is started it will add a </p> which was never opened in the first place. This causes HTML validation errors. This might occur with other elements other than <div>, perhaps <blockquote> as well as others.

Change History (2)

#1 @noderat
20 years ago

  • Patch set to No

#2 @matt
20 years ago

  • Owner changed from anonymous to matt
  • Resolution changed from 10 to 50
  • Status changed from new to closed

Put the other tags on their own lines.

Note: See TracTickets for help on using tickets.