From 218b443372531d2bdcad20fb176c54325ea7a471 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 16 Jan 2004 11:32:14 +0000 Subject: [PATCH] Add some styles in the posts so the autolinks look OK. --- mod/forum/lib.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mod/forum/lib.php b/mod/forum/lib.php index ccde2230d9..67188db5e4 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -1087,6 +1087,12 @@ function forum_make_mail_post(&$post, $user, $touser, $course, $output = ""; + $output .= "\n\n"; + if ($post->parent) { $output .= '
'; $output .= ''; -- 2.39.5