]> git.mjollnir.org Git - moodle.git/commitdiff
Improvements to formatting on old Netscape browsers
authormoodler <moodler>
Tue, 12 Nov 2002 17:20:04 +0000 (17:20 +0000)
committermoodler <moodler>
Tue, 12 Nov 2002 17:20:04 +0000 (17:20 +0000)
mod/quiz/lib.php
mod/quiz/report.php

index afb4351dbdb6f191214c54c0fa678ed30f9ffe00..6cb7f8300151120de9b3863ebda9ff0f367c9bd3 100644 (file)
@@ -347,7 +347,7 @@ function quiz_print_question($number, $questionid, $grade, $courseid,
            }
            echo "<TABLE ALIGN=right>";
            echo "<TR><TD valign=top>$stranswer:&nbsp;&nbsp;</TD><TD>";
-           echo "<TABLE ALIGN=right>";
+           echo "<TABLE>";
            $answerids = explode(",", $options->answers);
 
            foreach ($answerids as $key => $answerid) {
index db2e87da14c164c0ebe288f8c33fcfcfebb6e8c6..e6a0bffc82a41bf3031793026d55c146fd64ec38 100644 (file)
         exit;
     }
 
-    $table->head = array("", $strname, $strattempts, "$strbestgrade /$quiz->grade");
+    $table->head = array("&nbsp;", $strname, $strattempts, "$strbestgrade /$quiz->grade");
     $table->align = array("CENTER", "LEFT", "LEFT", "CENTER");
     $table->width = array(10, "*", "*", 20);