fixed undefined variable

This commit is contained in:
Mark Nielsen 2012-06-26 17:56:11 +08:00 committed by Rossiani Wijaya
parent 6be7840ce6
commit 487ee886ec

View File

@ -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);
}
}
}