Opened 3 years ago
Closed 2 years ago
#13744 closed defect (bug) (duplicate)
Fix edit comments invalid markup
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | Administration | Version: | 3.0 |
| Severity: | trivial | Keywords: | has-patch |
| Cc: | wp-t31os@… |
Description
I spotted this small error whilst writing a blog on my WordPress.com website this morning, and thought i'd check trunk for the error, and indeed it does exist.
edit-comments.php displays a table of comments, the comment column contains a div element with an ID of "submitted-on", and of course IDs should be unique, therefore we have invalid markup produced when more then one comment is on the page.
Patch attached changes the ID for a class.
If there's an existing ticket for this please close (i did search first).
I was unsure whether i should take ownership of the ticket, so please update as appropriate.
Attachments (1)
Change History (3)
- Milestone changed from Awaiting Triage to Awaiting Review
This still an issue?
Please omit compressed files from patches.

Changes edit-comments.php and CSS to use class for submitted on