Opened 2 years ago
Closed 2 years ago
#17922 closed defect (bug) (invalid)
Unclosed tag <p> in wp-load.php
| Reported by: |
|
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)
Change History (2)
- 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.

Add </p>