fixed undefined variable

This commit is contained in:
Mark Nielsen
2012-07-02 15:20:37 +08:00
committed by Dan Poltawski
parent 3e839bd513
commit a6b0b36cdc
+1 -1
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);
}
}
}