aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-15 11:51:25 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-15 11:51:25 +0000
commit67b6b75b0271228dbe0fd27656ec67c66001fc34 (patch)
tree7d43851e7b44d4390dce8d8e392c38ad2eddff7f
parent2d9ec68e722ebe1e5fc3d8c23ee8cc1cf4f18f2b (diff)
downloadelgg-67b6b75b0271228dbe0fd27656ec67c66001fc34.tar.gz
elgg-67b6b75b0271228dbe0fd27656ec67c66001fc34.tar.bz2
Small update to user-settings/tools page.
git-svn-id: http://code.elgg.org/elgg/trunk@5396 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r--views/default/usersettings/plugins.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/usersettings/plugins.php b/views/default/usersettings/plugins.php
index 8c873a9de..9380e901d 100644
--- a/views/default/usersettings/plugins.php
+++ b/views/default/usersettings/plugins.php
@@ -9,7 +9,7 @@
*/
// Description of what's going on
-echo elgg_view('output/longtext', array('value' => elgg_echo("usersettings:plugins:description")));
+echo "<div class='margin_top'>".elgg_view('output/longtext', array('value' => elgg_echo("usersettings:plugins:description")))."</div>";
$limit = get_input('limit', 10);
$offset = get_input('offset', 0);