Make WordPress Core

Opened 22 years ago

Closed 22 years ago

#849 closed defect (bug) (wontfix)

Wordpress adds paragraph close, but fails to open paragraph

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

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
22 years ago

  • PatchNo

#2 @matt
22 years ago

  • Owner changed from anonymous to matt
  • Resolution 1050
  • Status newclosed

Put the other tags on their own lines.

Note: See TracTickets for help on using tickets.