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/settings/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/settings/install.php') diff --git a/views/default/settings/install.php b/views/default/settings/install.php index 8de795da4..17d263349 100644 --- a/views/default/settings/install.php +++ b/views/default/settings/install.php @@ -12,7 +12,7 @@ * */ - echo "

" . nl2br(elgg_echo("installation:settings:description")) . "

"; + echo "

" . autop(elgg_echo("installation:settings:description")) . "

"; echo elgg_view("settings/system",array("action" => "action/systemsettings/install")); -- cgit v1.2.3