From: moodler Date: Mon, 19 Feb 2007 13:31:56 +0000 (+0000) Subject: Removed the raquo completely MDL-8528 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5bc28e71eb1a83215a0a93dd6f1d1636af76093c;p=moodle.git Removed the raquo completely MDL-8528 --- diff --git a/install.php b/install.php index a84b71d184..da2f35f9ba 100644 --- a/install.php +++ b/install.php @@ -644,7 +644,7 @@ if ($nextstage == SAVE) { echo " \n"; echo " \n"; echo "\n"; - print_single_button("index.php", $options, get_string('continue')." »"); + print_single_button("index.php", $options, get_string('continue')); echo "\n"; echo "\n"; echo "\n"; @@ -661,7 +661,7 @@ if ($nextstage == SAVE) { print_single_button("install.php", $installoptions, get_string('download', 'install')); echo "\n"; echo "\n"; - print_single_button("index.php", $options, get_string('continue')." »"); + print_single_button("index.php", $options, get_string('continue')); echo "\n"; echo "\n"; echo "\n";