From f4829462077dff01b34343fee26b97500b2e5139 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 8 Apr 2009 12:46:15 +0000 Subject: Refs #963: Autop changed to longtext on standard views git-svn-id: https://code.elgg.org/elgg/trunk@3193 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/usersettings/plugins.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/usersettings/plugins.php') diff --git a/views/default/usersettings/plugins.php b/views/default/usersettings/plugins.php index 6573766f7..c18c5aaef 100644 --- a/views/default/usersettings/plugins.php +++ b/views/default/usersettings/plugins.php @@ -11,7 +11,7 @@ */ // Description of what's going on - echo "
" . autop(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