Make WordPress Core

Opened 19 years ago

Closed 19 years ago

#3929 closed enhancement (fixed)

Superfluous <br /> on Options - General

Reported by: johnbillion Owned by:
Priority: low Milestone: 2.2
Component: Administration Version: 2.1
Severity: trivial Keywords: has-patch needs-testing
Cc: Focuses:

Description

There is an unecessary <br clear="all" /> inside wp-admin/options-head.php which means the admin interface for General Options is inconsistent with the rest of the admin pages.

I've removed it in the attached patch and found no side effects in Firefox 2, IE6, Mozilla 1.7 and Opera 9 all on Windows XP. Anyone willing to test on other platforms, or provide any insight as to why it's there?

Present in 2.1 and 2.2 bleeding at r4999.

Attachments (1)

3929.diff (473 bytes ) - added by johnbillion 19 years ago.
Removes superfluous line break

Download all attachments as: .zip

Change History (3)

@johnbillion
19 years ago

Removes superfluous line break

#1 @foolswisdom
19 years ago

  • Milestone2.2

#2 @markjaquith
19 years ago

  • Resolutionfixed
  • Status newclosed

(In [5048]) Removing superfluous <br /> from Options-General. Props johnbillion. fixes #3929 for trunk.

Note: See TracTickets for help on using tickets.