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 --- mod/profile/views/default/profile/userdetails.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mod') diff --git a/mod/profile/views/default/profile/userdetails.php b/mod/profile/views/default/profile/userdetails.php index 9cc415dd5..0314cdfe4 100644 --- a/mod/profile/views/default/profile/userdetails.php +++ b/mod/profile/views/default/profile/userdetails.php @@ -146,7 +146,10 @@ - description)); ?> + $vars['entity']->description)); + //echo autop(filter_tags($vars['entity']->description)); + ?> -- cgit v1.2.3