From: pete Date: Mon, 15 Mar 2010 11:51:25 +0000 (+0000) Subject: Small update to user-settings/tools page. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=67b6b75b0271228dbe0fd27656ec67c66001fc34;p=lorea%2Felgg.git Small update to user-settings/tools page. git-svn-id: http://code.elgg.org/elgg/trunk@5396 36083f99-b078-4883-b0ff-0f9b5a30f544 --- 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 "
".elgg_view('output/longtext', array('value' => elgg_echo("usersettings:plugins:description")))."
"; $limit = get_input('limit', 10); $offset = get_input('offset', 0);