Opened 13 years ago
Closed 13 years ago
#18459 closed defect (bug) (fixed)
Typo in _default_wp_die_handler()
Reported by: | tenpura | Owned by: | westi |
---|---|---|---|
Milestone: | 3.3 | Priority: | normal |
Severity: | normal | Version: | 3.2.1 |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
</a> end tag appears to be missing.
$message .= "\n<p><a href='javascript:history.back()'>$back_text</p>";
should be like
$message .= "\n<p><a href='javascript:history.back()'>$back_text</a></p>";
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
In [18559]: