From: vyshane
Date: Thu, 21 Dec 2006 06:12:15 +0000 (+0000)
Subject: Fixes for MDL-7861.
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4b4830fe5d402e479f08de1c3cee2bfe8536ed7a;p=moodle.git
Fixes for MDL-7861.
---
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