Opened 20 years ago
Closed 20 years ago
#3133 closed defect (bug) (fixed)
Changeset 4187 <p><p> should have <p></p>
| Reported by: | Xmion | Owned by: | ryan |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1 |
| Component: | Administration | Version: | 2.1 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
trunk/wp-admin/users.php
echo "<p>$message<p>";
change to
echo "<p>$message</p>";
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [4192]) Markup fix from Xmion. fixes #3133