]> git.mjollnir.org Git - moodle.git/commitdiff
Removed the raquo completely MDL-8528
authormoodler <moodler>
Mon, 19 Feb 2007 13:31:56 +0000 (13:31 +0000)
committermoodler <moodler>
Mon, 19 Feb 2007 13:31:56 +0000 (13:31 +0000)
install.php

index a84b71d1848bfbb0973c4534d4068bddaa3909f9..da2f35f9ba729923123e4c2bbbe590ee9c544894 100644 (file)
@@ -644,7 +644,7 @@ if ($nextstage == SAVE) {
         echo "<td width=\"33.3%\">&nbsp;</td>\n";
         echo "<td width=\"33.3%\">&nbsp;</td>\n";
         echo "<td width=\"33.3%\" align=\"right\">\n";        
-        print_single_button("index.php", $options, get_string('continue')."  &raquo;");
+        print_single_button("index.php", $options, get_string('continue'));
         echo "</td>\n";
         echo "</tr>\n";
         echo "</table>\n";
@@ -661,7 +661,7 @@ if ($nextstage == SAVE) {
         print_single_button("install.php", $installoptions, get_string('download', 'install'));
         echo "</td>\n";
         echo "<td width=\"33.3%\" align=\"right\">\n";        
-        print_single_button("index.php", $options, get_string('continue')."  &raquo;");
+        print_single_button("index.php", $options, get_string('continue'));
         echo "</td>\n";
         echo "</tr>\n";
         echo "</table>\n";