diff --git a/mod/forum/lib.php b/mod/forum/lib.php index 1c65e5d0e1f..f3ec3d48910 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -2783,7 +2783,7 @@ function forum_print_posts_threaded($parent, $courseid, $depth, $ratings, $reply if ($posts = forum_get_child_posts($parent)) { foreach ($posts as $post) { - echo '
'; + echo '
'; if ($depth > 0) { $ownpost = ($USER->id == $post->userid); @@ -2837,7 +2837,7 @@ function forum_print_posts_nested($parent, $courseid, $ratings, $reply, &$user_r if ($posts = forum_get_child_posts($parent)) { foreach ($posts as $post) { - echo '
'; + echo '
'; if (empty($USER->id)) { $ownpost = false; } else {