From 67b6b75b0271228dbe0fd27656ec67c66001fc34 Mon Sep 17 00:00:00 2001 From: pete Date: Mon, 15 Mar 2010 11:51:25 +0000 Subject: Small update to user-settings/tools page. git-svn-id: http://code.elgg.org/elgg/trunk@5396 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/usersettings/plugins.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default') 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); -- cgit v1.2.3