diff options
Diffstat (limited to 'modules/blog/blog.pages.inc')
-rw-r--r-- | modules/blog/blog.pages.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blog/blog.pages.inc b/modules/blog/blog.pages.inc index ecbfb6b8c..a0b54967d 100644 --- a/modules/blog/blog.pages.inc +++ b/modules/blog/blog.pages.inc @@ -20,7 +20,7 @@ function blog_page_user($account) { $items[] = l(t('Post new blog entry.'), "node/add/blog"); } else if ($account->uid == $user->uid) { - $items[] = t('You are not allowed to post a new blog entry.') .'</li>'; + $items[] = t('You are not allowed to post a new blog entry.'); } $output = theme('item_list', $items); |