From: stronk7 <stronk7> Date: Mon, 23 Jun 2003 22:49:58 +0000 (+0000) Subject: Added some <br>... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7c7031dd16f24dc3a9fead2473dcc01a0ea43db3;p=moodle.git Added some <br>... --- diff --git a/backup/restore_execute.html b/backup/restore_execute.html index 337cbf1ac7..a89afcdcff 100644 --- a/backup/restore_execute.html +++ b/backup/restore_execute.html @@ -147,7 +147,7 @@ //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)) { @@ -160,7 +160,7 @@ //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)) {