From 4b4830fe5d402e479f08de1c3cee2bfe8536ed7a Mon Sep 17 00:00:00 2001 From: vyshane Date: Thu, 21 Dec 2006 06:12:15 +0000 Subject: [PATCH] Fixes for MDL-7861. --- question/export.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/question/export.php b/question/export.php index 33737cbe80..e4d3ca0378 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 -- 2.39.5