From 8f7661911f7f054fbf9ee8db0930f0b83618cf72 Mon Sep 17 00:00:00 2001 From: Ice Date: Sun, 10 Aug 2008 13:58:13 +0000 Subject: [PATCH] Missed... --- 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 85595079..d4607c09 100644 --- a/root/portal/block/birthday_list.php +++ b/root/portal/block/birthday_list.php @@ -52,8 +52,9 @@ if ($config['load_birthdays'] && $config['allow_birthdays']) $birthday_list .= get_username_string('full', $row['user_id'], $row['username'], $row['user_colour']); if ($age = (int) substr($row['user_birthday'], -4)) { - $birthday_list .= ' (' . ($now['year'] - $age) . ')
'."\n"; + $birthday_list .= ' (' . ($now['year'] - $age) . '); } + $birthday_list .= '
'."\n"; } if( $portal_config['portal_birthdays_ahead'] > 0 )