From 5bc28e71eb1a83215a0a93dd6f1d1636af76093c Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 19 Feb 2007 13:31:56 +0000 Subject: [PATCH] Removed the raquo completely MDL-8528 --- install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; -- 2.39.5