]> git.mjollnir.org Git - moodle.git/commitdiff
Moving <td>, fixing bug 5019
authorgustav_delius <gustav_delius>
Wed, 29 Mar 2006 08:45:36 +0000 (08:45 +0000)
committergustav_delius <gustav_delius>
Wed, 29 Mar 2006 08:45:36 +0000 (08:45 +0000)
mod/quiz/report/analysis/report.php

index a4a4cc8835c9d9b3e86139dc0bd4203aaa19934e..d548003c45c36d7a403d5fef130168393427ca4b 100644 (file)
@@ -401,10 +401,10 @@ class quiz_report extends quiz_default_report {
         echo '<td>';        
         $options["download"] = "Excel";
         print_single_button("report.php", $options, get_string("downloadexcel"));
-        echo "</td>\n";
-        echo '<td>';        
+        echo "</td>\n"; 
         
         if (file_exists("$CFG->libdir/phpdocwriter/lib/include.php")) {
+            echo '<td>';       
             $options["download"] = "OOo";
             print_single_button("report.php", $options, get_string("downloadooo", "quiz_analysis"));
             echo "</td>\n";