From cec8db72dd88f7d11758ee79e6bf29eaa8e8a64c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 29 Sep 2005 08:02:55 +0000 Subject: - add some space --- includes/theme.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/theme.inc') diff --git a/includes/theme.inc b/includes/theme.inc index 47c2ff29f..2f3e64b6f 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -831,10 +831,10 @@ function theme_mark($type = MARK_NEW) { global $user; if ($user->uid) { if ($type == MARK_NEW) { - return ''. t('new') .''; + return ' '. t('new') .''; } else if ($type == MARK_UPDATED) { - return ''. t('updated') .''; + return ' '. t('updated') .''; } } } -- cgit v1.2.3