mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
fixed undefined variable
This commit is contained in:
parent
6be7840ce6
commit
487ee886ec
@ -122,7 +122,7 @@ $completion->set_module_viewed($cm);
|
||||
$table->align = array ("left");
|
||||
$table->data[] = array(s($answer->answer1));//no html here, just plain text
|
||||
echo html_writer::table($table);
|
||||
echo $OUTPUT->spacer(clone($spacer)) . '<br />';
|
||||
echo $OUTPUT->spacer(array('height'=>30, 'width'=>1), true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user