From: moodler Date: Wed, 3 Jan 2007 09:09:25 +0000 (+0000) Subject: Removed some language=Javscript attributes ... we need to remove all of them! X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a09f3b7db6a6526a85efec50100cea6095bec1ca;p=moodle.git Removed some language=Javscript attributes ... we need to remove all of them! --- diff --git a/install.php b/install.php index 86c3e18722..fbb5e65d34 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"; } } ?> - - - - + + + + -