diff options
Diffstat (limited to 'mod/pages/view.php')
-rw-r--r-- | mod/pages/view.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/pages/view.php b/mod/pages/view.php index f3d846f23..3a323cc23 100644 --- a/mod/pages/view.php +++ b/mod/pages/view.php @@ -38,7 +38,7 @@ if ($page->canEdit()) { $buttons = elgg_view('output/url', array( 'text' => elgg_echo('pages:newchild'), 'href' => $url, - 'class' => 'elgg-action-button', + 'class' => 'elgg-button-action', )); } |