Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#29090 closed defect (bug) (fixed)

Fix unmatched tags in Plugin Install List Table

Reported by: jwenerd's profile jwenerd Owned by: ocean90's profile ocean90
Milestone: 4.0 Priority: normal
Severity: normal Version: 4.0
Component: Administration Keywords: has-patch commit
Focuses: ui, administration Cc:

Description

Closing <ul> tag of <ul class="plugin-action-buttons"> in the plugin install list table is unclosed.

HTML validator is also reporting Unclosed element <div id="wpcontent"> and <div id="wpwrap"> which does not appear to happen on other admin screens.

Attachments (1)

fix-ul.patch (644 bytes) - added by jwenerd 11 years ago.

Download all attachments as: .zip

Change History (3)

@jwenerd
11 years ago

#1 @ocean90
11 years ago

  • Focuses ui administration added
  • Keywords has-patch commit added
  • Milestone changed from Awaiting Review to 4.0

Nice catch, thanks jwenerd.

#2 @ocean90
11 years ago

  • Owner set to ocean90
  • Resolution set to fixed
  • Status changed from new to closed

In 29348:

Plugin install: Add missing closing HTML tags.

props jwenerd.
fixes #29090. see #28673.

Note: See TracTickets for help on using tickets.