Make WordPress Core

Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#4688 closed defect (bug) (fixed)

Missing closing div in wp-admin/edit-link-form.php

Reported by: idle's profile idle Owned by: nazgul's profile 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)

4688.diff (281 bytes) - added by Nazgul 17 years ago.

Download all attachments as: .zip

Change History (5)

#1 @idle
17 years ago

  • Component changed from General to Administration

#2 @Nazgul
17 years ago

  • Milestone set to 2.3 (trunk)

@Nazgul
17 years ago

#3 @Nazgul
17 years ago

  • Keywords has-patch commit added
  • Owner changed from anonymous to Nazgul
  • Status changed from new to assigned

Patch adds missing </div>.

Tested and verified correct against validator.w3.org.

#4 @markjaquith
17 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

(In [5826]) Ending DIV was missing in edit-link-form.php. Props idle and Nazgul. fixes #4688

Note: See TracTickets for help on using tickets.