mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
XHTML Strictness. Merged from MOODLE_18_STABLE.
This commit is contained in:
parent
01c4e87acf
commit
6c554fc9b8
1 changed files with 2 additions and 2 deletions
|
@ -358,10 +358,10 @@ class quiz_report extends quiz_default_report {
|
||||||
|
|
||||||
echo '<form method="post" action="report.php">'.
|
echo '<form method="post" action="report.php">'.
|
||||||
'<input type="hidden" name="mode" value="grading" />'.
|
'<input type="hidden" name="mode" value="grading" />'.
|
||||||
'<input type="hidden" name="q" value="'.$quiz->id.'">'.
|
'<input type="hidden" name="q" value="'.$quiz->id.'" />'.
|
||||||
'<input type="hidden" name="sesskey" value="'.sesskey().'" />'.
|
'<input type="hidden" name="sesskey" value="'.sesskey().'" />'.
|
||||||
'<input type="hidden" name="action" value="viewquestion" />'.
|
'<input type="hidden" name="action" value="viewquestion" />'.
|
||||||
'<input type="hidden" name="questionid" value="'.$question->id.'">';
|
'<input type="hidden" name="questionid" value="'.$question->id.'" />';
|
||||||
|
|
||||||
foreach ($attempts as $attempt) {
|
foreach ($attempts as $attempt) {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue