From: moodler Date: Tue, 12 Nov 2002 17:20:04 +0000 (+0000) Subject: Improvements to formatting on old Netscape browsers X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=81b635c360883f3944001b1bb9e75d8f05c3a37a;p=moodle.git Improvements to formatting on old Netscape browsers --- diff --git a/mod/quiz/lib.php b/mod/quiz/lib.php index afb4351dbd..6cb7f83001 100644 --- a/mod/quiz/lib.php +++ b/mod/quiz/lib.php @@ -347,7 +347,7 @@ function quiz_print_question($number, $questionid, $grade, $courseid, } echo ""; echo "
$stranswer:  "; - echo ""; + echo "
"; $answerids = explode(",", $options->answers); foreach ($answerids as $key => $answerid) { diff --git a/mod/quiz/report.php b/mod/quiz/report.php index db2e87da14..e6a0bffc82 100644 --- a/mod/quiz/report.php +++ b/mod/quiz/report.php @@ -164,7 +164,7 @@ exit; } - $table->head = array("", $strname, $strattempts, "$strbestgrade /$quiz->grade"); + $table->head = array(" ", $strname, $strattempts, "$strbestgrade /$quiz->grade"); $table->align = array("CENTER", "LEFT", "LEFT", "CENTER"); $table->width = array(10, "*", "*", 20);