diff --git a/install.php b/install.php index 86c3e18722d..fbb5e65d344 100644 --- a/install.php +++ b/install.php @@ -576,7 +576,7 @@ if (isset($_GET['help'])) { window.onload=toggledbinfo;'; + echo ''; echo '
' . get_string('databasesettingssub_mysql', 'install') . '
'; echo '
' . get_string('databasesettingssub_postgres7', 'install') . '
'; @@ -1193,7 +1193,7 @@ function css_styles() { function database_js() { ?> -'."\n"; + if (!empty($CFG->aspellpath)) { // Enable global access to spelling feature. + echo ''."\n"; } - if ( !empty($CFG->editorsrc) ) { + if (!empty($CFG->editorsrc) ) { foreach ( $CFG->editorsrc as $scriptsource ) { - echo ''."\n"; + echo ''."\n"; } } ?> - - - - + + + + -