[buddypress-trac] [BuddyPress Trac] #7753: BP Nouveau: Group > Create > Group Invites <li> elements must be contained in a <ul> or <ol>.
buddypress-trac
noreply at wordpress.org
Mon Apr 16 17:36:11 UTC 2018
#7753: BP Nouveau: Group > Create > Group Invites <li> elements must be contained
in a <ul> or <ol>.
--------------------------+-----------------------------
Reporter: mercime | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Templates | Version:
Severity: normal | Keywords:
--------------------------+-----------------------------
Following #7752, checked Group Invites screen and found the same issue
with ungrouped `<li>` elements.
{{{
<div class="item-body" id="group-create-body">
<nav class="bp-navs group-create-links no-ajax tabbed-links" id
="group-create-tabs" role="navigation" aria-label="Group creation menu">
... etc ...
</nav>
// Missing UL wrapper
<li><label for="f-62"><input type="checkbox" name="friends[]"
id="f-62" value="62"> Mamah Cheney</label></li>
<li><label for="f-48"><input type="checkbox" name="friends[]"
id="f-48" value="48"> Matraca Berg</label></li>
<li><label for="f-52"><input type="checkbox" name="friends[]"
id="f-52" value="52"> Picabo Street</label></li>
<li><label for="f-54"><input type="checkbox" name="friends[]"
id="f-54" value="54"> Seamus</label></li>
<li><label for="f-56"><input type="checkbox" name="friends[]"
id="f-56" value="56"> Siobhan</label></li>
<input type="hidden" id="_wpnonce" name="_wpnonce"
value="ca80ce7abf">
<input type="hidden" name="_wp_http_referer"
value="/codex/groups/create/step/group-invites/">
<input type="hidden" name="group-id" id="group-id" value="96">
<div class="submit" id="previous-next">
<input type="button" value="Back to Previous Step" id
="group-creation-previous" name="previous"
onclick="location.href='http://localhost/codex/groups/create/step/group-
cover-image/'">
<input type="submit" value="Finish" id="group-creation-
finish" name="save">
</div>
</div>
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/7753>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list