diff --git a/mod/forum/lib.php b/mod/forum/lib.php index f072c6fcf9f..01e41b47519 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -803,9 +803,11 @@ function forum_print_recent_activity($course, $isteacher, $timestart) { $subjectclass = ($log->action == 'add discussion') ? ' bold' : ''; - echo '
'; - echo $date.'
'.fullname($post, $isteacher); - echo '
'; + echo '
'. + '
'.$date.'
'. + '
'.fullname($post, $isteacher).'
'. + '
'; + echo '
'; echo '"'; $post->subject = break_up_long_words(format_string($post->subject,true)); echo $post->subject;