Opened 11 years ago
Closed 10 years ago
#2595 closed defect (bug) (fixed)
Invalid markup on BP group topic 404 page
Reported by: | boonebgorges | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | trunk |
Component: | Extend - BuddyPress | Keywords: | has-patch |
Cc: |
Description
When viewing http://example.com/groups/groupname/forum/topic/foo
, and no topic by the name 'foo' exists, the HTML renderer is bailing without closing the 'bbpress-forums' div. The result is invalid markup that messes with some themes. Here's where the tag is opened: https://bbpress.trac.wordpress.org/browser/tags/2.5.3/includes/extend/buddypress/groups.php#L742 and here is where it should be closed but is not: https://bbpress.trac.wordpress.org/browser/tags/2.5.3/includes/extend/buddypress/groups.php#L792
Patch attached.
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Thanks Boone, patch
2595.2.patch
adds the same same closing div for 'single reply'