diff --git a/backup/restorelib.php b/backup/restorelib.php index 62dbb08b494..4c33b8f7663 100644 --- a/backup/restorelib.php +++ b/backup/restorelib.php @@ -5525,7 +5525,7 @@ if ($status){ require_once("$CFG->dirroot/backup/bb/restore_bb.php"); if (!defined('RESTORE_SILENTLY')) { - echo "
  • ".get_string("checkingforbbexport"); + echo "
  • ".get_string("checkingforbbexport").'
  • '; } $status = blackboard_convert($CFG->dataroot."/temp/backup/".$backup_unique_code); } @@ -5566,7 +5566,7 @@ if (!defined('RESTORE_SILENTLY')) { //End the main ul - echo ""; + echo "\n"; //End the main table echo "";