#2830 closed defect (bug) (duplicate)
li.bbp-body closes improperly when reply threading is enabled
Reported by: | Robkk | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Component - Replies | Keywords: | |
Cc: |
Description
When reply threading is disabled you will get something similar to this in the source code of a single topic.
<li class="bbp-body"> <div id="post-250" class="bbp-reply-header"> <div class="bbp-meta"> <span class="bbp-reply-post-date">April 28, 2015 at 5:45 pm</span>
With threaded replies enabled you will see that the source code for .bbp-body closes improperly in a single topic.
<li class="bbp-body"> </li> <li> <div id="post-1856" class="bbp-reply-header"> <div class="bbp-meta"> <span class="bbp-reply-post-date">July 11, 2015 at 2:39 am</span>
Change History (4)
Note: See
TracTickets for help on using
tickets.
Duplicate: #2757