Ticket #3647 (closed defect (bug): invalid)

Opened 5 years ago

Last modified 5 years ago

wordpress automatically adds <p> and </p> tags to <code> blocks

Reported by: Znuff Owned by: anonymous
Priority: high Milestone:
Component: Template Version: 2.1
Severity: critical Keywords: xml, xhtml, auto-correcting
Cc:

Description

wordpress 2.1 and the latest svn 2.2 adds automatically <p> and </p> tags inside <code> blocks. Sometimes it forgets to add <p> and leaves just </p>'s in the source and that breaks XHTML validation. It should leave <pre> and <code> tag blocks alone.

Change History

  • Status changed from new to closed
  • Resolution set to invalid

My bad... you should use <code> inside <pre>, as <code> doesn't imply that the text is pre-formatted.

  • Milestone 2.1.1 deleted
Note: See TracTickets for help on using tickets.