From: gustav_delius Date: Wed, 29 Mar 2006 08:45:36 +0000 (+0000) Subject: Moving , fixing bug 5019 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3082b744acb6a5553c016e4316250cf4bdc976b3;p=moodle.git Moving , fixing bug 5019 --- diff --git a/mod/quiz/report/analysis/report.php b/mod/quiz/report/analysis/report.php index a4a4cc8835..d548003c45 100644 --- a/mod/quiz/report/analysis/report.php +++ b/mod/quiz/report/analysis/report.php @@ -401,10 +401,10 @@ class quiz_report extends quiz_default_report { echo ''; $options["download"] = "Excel"; print_single_button("report.php", $options, get_string("downloadexcel")); - echo "\n"; - echo ''; + echo "\n"; if (file_exists("$CFG->libdir/phpdocwriter/lib/include.php")) { + echo ''; $options["download"] = "OOo"; print_single_button("report.php", $options, get_string("downloadooo", "quiz_analysis")); echo "\n";