Opened 3 years ago
Closed 3 years ago
#2368 closed Defect (invalid)
Double closed </div></div>
| Reported by: | alfalive | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.8.0 |
| Component: | River Dashboard | Version: | Github Master |
| Severity: | trivial | Keywords: | |
| Cc: | brettp | Difficulty: | trivial |
Description
Found in mod/riverdashboard/views/default/river/item/wrapper.php
Line 109 and 114
109 echo "</div></div>";
110 $counter++;
111 }
112
113 // close comments_list, comments_container and river_comments
114 echo '</div></div>' . elgg_make_river_comment($object) . '</div>';
115 } else {
Does this have any purpose or is it a design bug?
Change History (3)
comment:1 Changed 3 years ago by cash
- Difficulty set to trivial
- Severity changed from minor to trivial
comment:2 Changed 3 years ago by cash
- Component changed from Core to River Dashboard
comment:3 Changed 3 years ago by ewinslow
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

There are corresponding opening divs.