diff options
Diffstat (limited to 'mod/blog/lib/blog.php')
| -rw-r--r-- | mod/blog/lib/blog.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/blog/lib/blog.php b/mod/blog/lib/blog.php index 5e2cc7c52..062a8a0eb 100644 --- a/mod/blog/lib/blog.php +++ b/mod/blog/lib/blog.php @@ -95,7 +95,7 @@ function blog_get_page_content_list($container_guid = NULL) {  				$params = array(  					'href' => $url,  					'text' => elgg_echo("blog:add"), -					'class' => 'elgg-action-button', +					'class' => 'elgg-button-action',  				);  				$buttons = elgg_view('output/url', $params);  				$return['buttons'] = $buttons;  | 
