From: moodler Date: Mon, 10 May 2004 18:26:31 +0000 (+0000) Subject: Borders on mailed posts X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b6650a256a1828c2f9278d0a10f7fd9711f9b271;p=moodle.git Borders on mailed posts --- diff --git a/mod/forum/lib.php b/mod/forum/lib.php index 16ee04572d..9f47998d69 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -1056,13 +1056,8 @@ function forum_make_mail_post(&$post, $user, $touser, $course, $output .= "a.autolink:hover {text-decoration: underline; color: red}\n"; $output .= "--> \n\n"; - if ($post->parent) { - $output .= '
'; - $output .= ''; - } else { - $output .= '
'; - $output .= ''; - } + $output .= '
'; + $output .= ''; $output .= "
cellcontent2\" width=\"35\" valign=\"top\">"; $output .= print_user_picture($user->id, $course->id, $user->picture, false, true);