Ticket #3585 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Well-formedness: Spurious </fieldset> in edit-form-advanced

Reported by: nickshanks Assigned to: anonymous
Priority: normal Milestone: 2.0.8
Component: Administration Version: 2.0.7
Severity: normal Keywords:
Cc:

Description

In wp-admin/edit-form-advanced.php on lines 154 and 157 are two </fieldset> tags. One of these should be removed.

On comparing with edit-form-comment.php and edit-form.php it would seem that it's the first of these which ought to be removed, on line 154.

Attachments

3585-spurious-fieldset-tag.diff (0.5 kB) - added by foolswisdom on 01/17/07 00:26:05.

Change History

01/16/07 01:52:11 changed by ryan

  • milestone changed from 2.1 to 2.0.8.

I think this is fixed in 2.1. Targeting 2.0.8.

01/17/07 00:26:05 changed by foolswisdom

  • attachment 3585-spurious-fieldset-tag.diff added.

01/30/07 19:14:52 changed by markjaquith

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

(In [4843]) Remove spurious </fieldset>. Props foolswisdom. fixes #3585