diff options
Diffstat (limited to 'modules/blog/blog.pages.inc')
-rw-r--r-- | modules/blog/blog.pages.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/blog/blog.pages.inc b/modules/blog/blog.pages.inc index ace4f8ece..c8596fd40 100644 --- a/modules/blog/blog.pages.inc +++ b/modules/blog/blog.pages.inc @@ -25,7 +25,7 @@ function blog_page_user($account) { $build['blog_actions'] = array( '#items' => $items, - '#theme' => 'list', + '#theme' => 'item_list', '#weight' => -1, ); @@ -74,7 +74,7 @@ function blog_page_last() { $items[] = l(t('Create new blog entry.'), "node/add/blog"); $build['blog_actions'] = array( '#items' => $items, - '#theme' => 'list', + '#theme' => 'item_list', '#weight' => -1, ); } |