From a4f7aac1d0b8d3822dc2d245a56ee6493beff26a Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 14 May 2005 03:59:11 +0000 Subject: [PATCH] JUst realigned code while debugging --- mod/forum/lib.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 '