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/failsafe/messages/sanitisation/htaccess.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/failsafe/messages/sanitisation/htaccess.php') diff --git a/views/failsafe/messages/sanitisation/htaccess.php b/views/failsafe/messages/sanitisation/htaccess.php index 99bfe4159..bca1b3243 100644 --- a/views/failsafe/messages/sanitisation/htaccess.php +++ b/views/failsafe/messages/sanitisation/htaccess.php @@ -12,6 +12,6 @@ * @link http://elgg.org/ */ - echo nl2br(elgg_echo('installation:error:htaccess')); + echo autop(elgg_echo('installation:error:htaccess')); ?> \ No newline at end of file -- cgit v1.2.3