+
/************** navigation **************************************/
if ($action == 'navigation') {
// display individual pages and their sets of answers
@@ -181,7 +185,9 @@
}
}
print_heading($page->title);
- print_simple_box(format_text($page->contents), 'center');
+
+ print_simple_box(format_text($page->contents, FORMAT_HTML, $formatoptions), 'center');
+
echo " \n";
// get the answers in a set order, the id order
if ($answers = get_records("lesson_answers", "pageid", $page->id, "id")) {
@@ -207,8 +213,7 @@
echo "