From a50a1937ca193ca10553e93c609351a396fe4942 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 18 Jul 2008 12:14:55 +0000 Subject: Added the autop function, replaced any references to nl2br git-svn-id: https://code.elgg.org/elgg/trunk@1468 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/output/longtext.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/output') diff --git a/views/default/output/longtext.php b/views/default/output/longtext.php index 88c8a925c..85ab99fd4 100644 --- a/views/default/output/longtext.php +++ b/views/default/output/longtext.php @@ -15,5 +15,5 @@ * */ - echo nl2br($vars['value']); + echo autop($vars['value']); ?> \ No newline at end of file -- cgit v1.2.3