]> git.mjollnir.org Git - moodle.git/commitdiff
One character fixes bug 1513
authormoodler <moodler>
Tue, 1 Jun 2004 17:53:39 +0000 (17:53 +0000)
committermoodler <moodler>
Tue, 1 Jun 2004 17:53:39 +0000 (17:53 +0000)
theme/index.php

index 562c7441c19069a082bddabe250053a80b9371fd..b8cf52c2e3f9465f8145d74436551de1b3e61175 100644 (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");