Skip to:
Content

BuddyPress.org

Opened 12 years ago

Closed 12 years ago

#5816 closed defect (bug) (fixed)

Valid markup for step 2 of Create Group form

Reported by: mercime Owned by: djpaul
Priority: normal Milestone: 2.1
Component: Groups Version:
Severity: normal Keywords:
Cc:

Description

While troubleshooting ticket #5804, I noticed that unordered lists were made children of respective label elements. This is to recommend making the markup valid by removing the ul's from the label element containers per attached patch.

For your consideration.

Attachments (1)

5816.patch (4.1 KB ) - added by mercime 12 years ago.

Download all attachments as: .zip

Change History (3)

@mercime
12 years ago

#1 @DJPaul
12 years ago

  • Milestone Awaiting Review2.1

#2 @djpaul
12 years ago

  • Owner set to djpaul
  • Resolutionfixed
  • Status newclosed

In 8927:

Templates: fix invalid HTML markup on step 2 of the "Create Group" form.

Unordered lists were made children of respective label elements; this change moves the lists to after the label element.

Fixes #5816, props mercime

Note: See TracTickets for help on using tickets.