Skip to:
Content

BuddyPress.org

Opened 11 years ago

Closed 11 years ago

#5816 closed defect (bug) (fixed)

Valid markup for step 2 of Create Group form

Reported by: mercime's profile mercime Owned by: djpaul's profile djpaul
Milestone: 2.1 Priority: normal
Severity: normal Version:
Component: Groups 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 11 years ago.

Download all attachments as: .zip

Change History (3)

@mercime
11 years ago

#1 @DJPaul
11 years ago

  • Milestone changed from Awaiting Review to 2.1

#2 @djpaul
11 years ago

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

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.