Ticket #4630 (closed defect (bug): fixed)

Opened 5 years ago

Last modified 4 years ago

Archive Widget - "onChange" generates XHTML validation error

Reported by: grubgirl Owned by: anonymous
Priority: normal Milestone: 2.3
Component: General Version: 2.2
Severity: minor Keywords: widget, onchange, validation has-patch commit
Cc: liz.kao@…

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

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

Change History

Nazgul5 years ago

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

comment:3   ryan4 years ago

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

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

Note: See TracTickets for help on using tickets.