From 28b7f29fbc2b0e335a7a740f4da69b5ee11e5688 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 19 Feb 2007 13:33:56 +0000 Subject: [PATCH] Removed raquo from continue buttons MDL-8528 --- install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.php b/install.php index a84b71d1848..da2f35f9ba7 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";