[buddypress-trac] [BuddyPress Trac] #6820: Invalid HTML in message form
buddypress-trac
noreply at wordpress.org
Tue Jan 12 08:47:22 UTC 2016
#6820: Invalid HTML in message form
-----------------------------------+-----------------------------
Reporter: tfrommen | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Component - Messaging | Version:
Severity: normal | Keywords: needs-patch
-----------------------------------+-----------------------------
When you choose someone to send a message to, a `<li>` tag for the
according user will be inserted into the markup. The problem here is that
this leads to nested `<li>` tags without a new list tag. For instance like
so:
{{{
<ul class="first acfb-holder">
<li>
<li class="friend-tab" id="un-12345">
...
</li>
<input type="text" id="send-to-input" ...>
</li>
</ul>
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6820>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list