Opened 13 years ago
Closed 13 years ago
#14251 closed defect (bug) (fixed)
extend plugins profile page inconsistency
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | WordPress.org | Priority: | normal |
Severity: | minor | Version: | |
Component: | WordPress.org Site | Keywords: | |
Focuses: | Cc: |
Description
Compare these pages:
http://wordpress.org/extend/plugins/profile/rich-pedley
http://wordpress.org/extend/plugins/profile/elfin
the containing box is caused by a missing </div> for <div id="theuser">
Additionally (assuming I can add this onto the same ticket)from the same page:
<a href="/extend/plugins"><h2>Plugin Directory</h2></a>
should really be:
<h2><a href="/extend/plugins">Plugin Directory</a></h2>
Change History (2)
Note: See
TracTickets for help on using
tickets.
Fixed.