From 6fdb939d5581841d248c124578514303225265d0 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 31 Jul 2005 08:58:01 +0000 Subject: - Removed some whitespace --- modules/blog/blog.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/blog/blog.module') diff --git a/modules/blog/blog.module b/modules/blog/blog.module index 308e4eea1..8dbd0d0d6 100644 --- a/modules/blog/blog.module +++ b/modules/blog/blog.module @@ -259,8 +259,8 @@ function blog_menu($may_cache) { 'callback' => 'blog_page', 'access' => user_access('access content'), 'type' => MENU_SUGGESTED_ITEM); - $items[] = array('path' => 'blog/'. $user->uid, 'title' => t('my blog'), - 'access' => user_access('edit own blog'), + $items[] = array('path' => 'blog/'. $user->uid, 'title' => t('my blog'), + 'access' => user_access('edit own blog'), 'type' => MENU_DYNAMIC_ITEM); } -- cgit v1.2.3