Opened 2 years ago

Closed 2 years ago

#17922 closed defect (bug) (invalid)

Unclosed tag <p> in wp-load.php

Reported by: xknown Owned by:
Priority: normal Milestone:
Component: I18N Version:
Severity: minor Keywords:
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 2 years ago.
Add </p>

Download all attachments as: .zip

Change History (2)

xknown2 years ago

Add </p>

  • 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.