aboutsummaryrefslogtreecommitdiff
path: root/views/installation/install/pages/settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/installation/install/pages/settings.php')
-rw-r--r--views/installation/install/pages/settings.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/views/installation/install/pages/settings.php b/views/installation/install/pages/settings.php
index d1fd0a9ff..04f23c0ea 100644
--- a/views/installation/install/pages/settings.php
+++ b/views/installation/install/pages/settings.php
@@ -1,6 +1,6 @@
<?php
-echo autop(elgg_echo('install:settings:instructions'));
+echo elgg_autop(elgg_echo('install:settings:instructions'));
$vars['type'] = 'settings';
@@ -9,7 +9,6 @@ $url = current_page_url();
$form_vars = array(
'action' => $url,
'disable_security' => TRUE,
- 'onsubmit' => 'return elggCheckFormSubmission()',
);
echo elgg_view_form('install/template', $form_vars, $vars);