Skip to content

Commit

Permalink
XHTML strict!
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhunt committed Aug 29, 2008
1 parent 9246558 commit 4a9294b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/quiz/reviewquestion.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
if ($attemptobj->has_capability('mod/quiz:viewreports')) {
$attemptlist = $attemptobj->links_to_other_attempts(
'reviewquestion.php?attempt=' . $attemptobj->get_attemptid() .
'&question=' . $questionid);
'&question=' . $questionid);
if ($attemptlist) {
$rows[] = '<tr><th scope="row" class="cell">' . get_string('attempts', 'quiz') .
'</th><td class="cell">' . $attemptlist . '</td></tr>';
Expand Down

0 comments on commit 4a9294b

Please sign in to comment.