From a1ae4da70b7fa74bc4314c535f0482c4086cab0d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 7 Oct 2005 06:51:43 +0000 Subject: - Removing tabs and trailing whitespaces. --- modules/blog/blog.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/blog') diff --git a/modules/blog/blog.module b/modules/blog/blog.module index 4ac9240f7..a79a02fb0 100644 --- a/modules/blog/blog.module +++ b/modules/blog/blog.module @@ -43,7 +43,7 @@ function blog_access($op, $node) { function blog_user($type, &$edit, &$user) { if ($type == 'view' && user_access('edit own blog', $user)) { $form['blog'] = array( - type => 'item', title => t('Blog'), + type => 'item', title => t('Blog'), value => l(t('view recent blog entries'), "blog/$user->uid", array('title' => t("Read %username's latest blog entries.", array('%username' => $user->name)))) ); return array(t('History') => $form); -- cgit v1.2.3