]> git.mjollnir.org Git - moodle.git/commitdiff
XHTML Strict in question state history table. Merged from MOODLE_18_STABLE.
authortjhunt <tjhunt>
Thu, 20 Sep 2007 15:10:04 +0000 (15:10 +0000)
committertjhunt <tjhunt>
Thu, 20 Sep 2007 15:10:04 +0000 (15:10 +0000)
question/type/questiontype.php

index 08e7ce3fe1610edd4136ee98b99d7a206d1d7744..05ab192a5d860af9e6d3561d7ed61ba9afbcaf3d 100644 (file)
@@ -913,7 +913,7 @@ class default_questiontype {
                         $table->data[] = array (
                                                 $link,
                                                 $b.get_string('event'.$st->event, 'quiz').$be,
-                                                $b.$this->response_summary($question, $st).$be,
+                                                $b.s($this->response_summary($question, $st)).$be,
                                                 $b.userdate($st->timestamp, get_string('timestr', 'quiz')).$be,
                                                 $b.round($st->raw_grade, $cmoptions->decimalpoints).$be,
                                                 //$b.round($st->penalty, $cmoptions->decimalpoints).$be,
@@ -923,7 +923,7 @@ class default_questiontype {
                         $table->data[] = array (
                                                 $link,
                                                 $b.get_string('event'.$st->event, 'quiz').$be,
-                                                $b.$this->response_summary($question, $st).$be,
+                                                $b.s($this->response_summary($question, $st)).$be,
                                                 $b.userdate($st->timestamp, get_string('timestr', 'quiz')).$be,
                                                 );
                     }