diff options
Diffstat (limited to 'views/default/page_elements/topbar_logout.php')
-rw-r--r-- | views/default/page_elements/topbar_logout.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/page_elements/topbar_logout.php b/views/default/page_elements/topbar_logout.php index 38a37bc22..2d2ecf67c 100644 --- a/views/default/page_elements/topbar_logout.php +++ b/views/default/page_elements/topbar_logout.php @@ -5,7 +5,7 @@ * Called within the Elgg topbar view. */ -echo '<div class="log_out">'; +echo '<div class="log-out">'; echo elgg_view('output/url', array( 'href' => "action/logout", 'text' => elgg_echo('logout'), |