Skip to content

Commit

Permalink
Removed the raquo completely MDL-8528
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Feb 19, 2007
1 parent a3b8126 commit 5bc28e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.php
Expand Up @@ -644,7 +644,7 @@
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";
Expand All @@ -661,7 +661,7 @@
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";
Expand Down

0 comments on commit 5bc28e7

Please sign in to comment.