From 7c7031dd16f24dc3a9fead2473dcc01a0ea43db3 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Mon, 23 Jun 2003 22:49:58 +0000 Subject: [PATCH] Added some
... --- backup/restore_execute.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 "
  • Copying User Files"; + echo "
  • Copying User Files
    "; $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 "
  • Copying Course Files"; + echo "
  • Copying Course Files
    "; $status = restore_course_files($restore); //If all is ok (and we have a counter) if ($status and ($status !== true)) { -- 2.39.5