Opened 18 years ago
Closed 18 years ago
#4630 closed defect (bug) (fixed)
Archive Widget - "onChange" generates XHTML validation error
Reported by: |
|
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)
Change History (4)
Note: See
TracTickets for help on using
tickets.
(In [6109]) s/onChange/onchange/. Props grubgirl, Nazgul. fixes #4630