Opened 16 years ago
Closed 16 years ago
#12329 closed defect (bug) (worksforme)
Fix proposed for sidebar widget code to be HTML5 compliant
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 2.9.2 |
| Component: | Widgets | Keywords: | has-patch needs-testing 2nd-opinion HTML5 |
| Focuses: | Cc: |
Description
Using the code from the Widgetizing Themes tutorial for my sidebar, I found that it wasn't producing HTML5 compliant code since it was missing the appropriate <ul> and </ul> tags. I've updated the wp-includes/widgets.php file to produce code that's worked for me to pass validation and have a diff for patching, but just want to make sure that I've dotted all my i's and crossed all my t's and that I'm not overlooking anything.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Diff of the wp-includes/widgets.php file for patching