diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/default/usersettings/plugins.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/usersettings/plugins.php b/views/default/usersettings/plugins.php index 9380e901d..b1de9ebbd 100644 --- a/views/default/usersettings/plugins.php +++ b/views/default/usersettings/plugins.php @@ -9,7 +9,7 @@ */ // Description of what's going on -echo "<div class='margin_top'>".elgg_view('output/longtext', array('value' => elgg_echo("usersettings:plugins:description")))."</div>"; +echo "<div class='user_settings margin_top'>".elgg_view('output/longtext', array('value' => elgg_echo("usersettings:plugins:description")))."</div>"; $limit = get_input('limit', 10); $offset = get_input('offset', 0); |