mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 20:42:22 +02:00
One character fixes bug 1513
This commit is contained in:
parent
f52f741334
commit
bf04f911b9
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user