Make WordPress Core

Opened 17 years ago

Closed 17 years ago

#4630 closed defect (bug) (fixed)

Archive Widget - "onChange" generates XHTML validation error

Reported by: grubgirl's profile grubgirl Owned by:
Milestone: 2.3 Priority: normal
Severity: minor Version: 2.2
Component: General Keywords: widget, onchange, validation has-patch commit
Focuses: Cc:

Description

Reproduced on WP2.2:
When using the dropdown option for the archive widget in Wordpress 2.2, in widgets.php on or about line 395, The select statement contains "onChange" rather than "onchange". This generates error when attempting W3C HTML validation as mixed caps and lower case are not allowed.

I saw it posted here: http://wordpress.org/support/topic/118098?replies=3 and wanted to make the vote official.

Attachments (1)

4630.diff (799 bytes) - added by Nazgul 17 years ago.

Download all attachments as: .zip

Change History (4)

@Nazgul
17 years ago

#1 @Nazgul
17 years ago

  • Component changed from Administration to General
  • Keywords has-patch added
  • Milestone set to 2.3 (trunk)

#2 @Nazgul
17 years ago

  • Keywords commit added

#3 @ryan
17 years ago

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

(In [6109]) s/onChange/onchange/. Props grubgirl, Nazgul. fixes #4630

Note: See TracTickets for help on using tickets.