aboutsummaryrefslogtreecommitdiff
path: root/mod/blog/lib/blog.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/blog/lib/blog.php')
-rw-r--r--mod/blog/lib/blog.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/blog/lib/blog.php b/mod/blog/lib/blog.php
index 5287844ab..4d5106bfb 100644
--- a/mod/blog/lib/blog.php
+++ b/mod/blog/lib/blog.php
@@ -93,7 +93,7 @@ function blog_get_page_content_list($container_guid = NULL) {
$params = array(
'href' => $url,
'text' => elgg_echo("blog:add"),
- 'class' => 'elgg-button-action',
+ 'class' => 'elgg-button elgg-button-action',
);
$buttons = elgg_view('output/url', $params);
$return['buttons'] = $buttons;