Ticket #4688 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

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

Reported by: idle Assigned to: Nazgul
Priority: normal Milestone: 2.3
Component: Administration Version: 2.2.1
Severity: minor Keywords: has-patch commit
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

4688.diff (281 bytes) - added by Nazgul on 07/31/07 18:50:34.

Change History

07/31/07 14:36:08 changed by idle

  • component changed from General to Administration.

07/31/07 16:47:37 changed by Nazgul

  • milestone set to 2.3 (trunk).

07/31/07 18:50:34 changed by Nazgul

  • attachment 4688.diff added.

07/31/07 18:53:33 changed by Nazgul

  • keywords set to has-patch commit.
  • owner changed from anonymous to Nazgul.
  • status changed from new to assigned.

Patch adds missing </div>.

Tested and verified correct against validator.w3.org.

08/01/07 16:14:46 changed by markjaquith

  • status changed from assigned to closed.
  • resolution set to fixed.

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