One character fixes bug 1513

This commit is contained in:
moodler 2004-06-01 17:53:39 +00:00
parent f52f741334
commit bf04f911b9

View File

@ -45,7 +45,7 @@
if ($choose) {
if (set_config("theme", $choose)) {
print_heading(get_string("themesaved"));
print_continue("$CFG->wwwroot");
print_continue("$CFG->wwwroot/");
if (file_exists("$choose/README.html")) {
print_simple_box_start("center");