]> git.mjollnir.org Git - moodle.git/commitdiff
Added some <br>...
authorstronk7 <stronk7>
Mon, 23 Jun 2003 22:49:58 +0000 (22:49 +0000)
committerstronk7 <stronk7>
Mon, 23 Jun 2003 22:49:58 +0000 (22:49 +0000)
backup/restore_execute.html

index 337cbf1ac71e2c1907d5f3a37f879e7942373143..a89afcdcff9043d20c98d748369d690107739c34 100644 (file)
 
     //Now create user_files as needed
     if ($status and ($restore->user_files)) {
-        echo "<li>Copying User Files";
+        echo "<li>Copying User Files<br>";
         $status = restore_user_files($restore);
         //If all is ok (and we have a counter)
         if ($status and ($status !== true)) {
 
     //Now create course files as needed
     if ($status and ($restore->course_files)) {
-        echo "<li>Copying Course Files";
+        echo "<li>Copying Course Files<br>";
         $status = restore_course_files($restore);
         //If all is ok (and we have a counter)
         if ($status and ($status !== true)) {