diff options
Diffstat (limited to 'views/installation/install/pages/welcome.php')
-rw-r--r-- | views/installation/install/pages/welcome.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/installation/install/pages/welcome.php b/views/installation/install/pages/welcome.php index f069e4ba7..f370c15f3 100644 --- a/views/installation/install/pages/welcome.php +++ b/views/installation/install/pages/welcome.php @@ -3,6 +3,6 @@ * Install welcome page */ -echo autop(elgg_echo('install:welcome:instructions')); +echo elgg_autop(elgg_echo('install:welcome:instructions')); echo elgg_view('install/nav', $vars); |