From 9fa754777ead29320bbea2046c99f6638212ad1c Mon Sep 17 00:00:00 2001 From: Ice Date: Sun, 10 Aug 2008 13:57:34 +0000 Subject: [PATCH] Bug: 101 --- root/portal/block/birthday_list.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/root/portal/block/birthday_list.php b/root/portal/block/birthday_list.php index 0fce38f0..85595079 100644 --- a/root/portal/block/birthday_list.php +++ b/root/portal/block/birthday_list.php @@ -63,8 +63,9 @@ if ($config['load_birthdays'] && $config['allow_birthdays']) $birthday_ahead_list .= '' . get_username_string('full', $row['user_id'], $row['username'], $row['user_colour']) . ''; if ( $age = (int) substr($row['user_birthday'], -4) ) { - $birthday_ahead_list .= ' (' . ($now['year'] - $age) . ')
'."\n"; + $birthday_ahead_list .= ' (' . ($now['year'] - $age) . ')'; } + $birthday_ahead_list .= '
'."\n"; } } }