#4688 closed defect (bug) (fixed)
Missing closing div in wp-admin/edit-link-form.php
Reported by: | idle | Owned by: | Nazgul |
---|---|---|---|
Milestone: | 2.3 | Priority: | normal |
Severity: | minor | Version: | 2.2.1 |
Component: | Administration | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
In wp-admin/edit-link-form.php, around lines 243/244, a div tag isn't closed. The fix is simple enough, just add the missing </div>. ;)
Noticed this minor flaw as I serve my blog using application/xhtml+xml (rather than text/html).
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Patch adds missing </div>.
Tested and verified correct against validator.w3.org.