diff --git a/Modules/Forum/classes/class.ilObjForumGUI.php b/Modules/Forum/classes/class.ilObjForumGUI.php index 77725117e9f8..f0bfaf3b88bf 100755 --- a/Modules/Forum/classes/class.ilObjForumGUI.php +++ b/Modules/Forum/classes/class.ilObjForumGUI.php @@ -830,6 +830,7 @@ protected function renderThreadOverview(ilForumThreadObject $tbl, ilForum $frm, $list_item = $this->markModeratorPostInOverview($list_item, $current_thread->getThrAuthorId(), $ref_id); $thread_buffer[] = $list_item; + $thread_buffer[] = $this->factory->divider()->horizontal(); } } } @@ -849,9 +850,7 @@ protected function renderThreadOverview(ilForumThreadObject $tbl, ilForum $frm, ->withCurrentPage($current_page); $vc_container = $this->factory->panel()->standard( - $this->lng->txt('forums_threads'), - $thread_buffer) - ->withViewControls($view_control); + $this->lng->txt('forums_threads'), $thread_buffer)->withViewControls($view_control); $default_html = $this->renderer->render($vc_container); $modals = $this->renderer->render($this->modal_collection);