]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Small update to user-settings/tools page.
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 15 Mar 2010 11:51:25 +0000 (11:51 +0000)
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 15 Mar 2010 11:51:25 +0000 (11:51 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@5396 36083f99-b078-4883-b0ff-0f9b5a30f544

views/default/usersettings/plugins.php

index 8c873a9de804f5a811d4d74634108ed0b4350946..9380e901db0778b82c9a0311c2fbdb78d1582c05 100644 (file)
@@ -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);