diff --git a/backup/restore_check.html b/backup/restore_check.html index c5a0310df05..0c7f902a6db 100644 --- a/backup/restore_check.html +++ b/backup/restore_check.html @@ -117,7 +117,7 @@ print_heading(get_string("choosecourse")); print_simple_box_start("CENTER"); foreach ($courses as $course) { - echo "id&launch=check&file=$file\">$course->fullname ($course->shortname)
"; + echo "id&launch=check&file=$file\">$course->fullname ($course->shortname)
"; } print_simple_box_end(); } else {