Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#17922 closed defect (bug) (invalid)

Unclosed tag <p> in wp-load.php

Reported by: xknown's profile xknown Owned by:
Milestone: Priority: normal
Severity: minor Version:
Component: I18N Keywords:
Focuses: Cc:

Description

As the title states, there is a missing </p> in the error message when the config file does not exist.

Attachments (1)

wp-load.17922.diff (1.6 KB) - added by xknown 14 years ago.
Add </p>

Download all attachments as: .zip

Change History (2)

@xknown
14 years ago

Add </p>

#1 @kawauso
14 years ago

  • Keywords has-patch removed
  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

The message is wrapped in <p></p> on output and balances with the closing and opening tags in the message template. No need for an extra closing tag.

Note: See TracTickets for help on using tickets.