diff --git a/question/export.php b/question/export.php index 33737cbe80b..e4d3ca03789 100644 --- a/question/export.php +++ b/question/export.php @@ -122,8 +122,8 @@ else { $efile = "{$CFG->wwwroot}/file.php?file=/".$qformat->question_get_export_dir()."/$exportfilename".$file_ext."&forcedownload=1"; } - echo "

$download_str

"; - echo "

$downloadextra_str

"; + echo "

$download_str

"; + echo "

$downloadextra_str

"; print_continue("edit.php?courseid=$course->id"); print_footer($course); @@ -183,4 +183,4 @@ print_footer($course); -?> +?> \ No newline at end of file